mul_tr
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
We currently have `tr_mul` which calculated self.transpose() * rhs .
It would be useful to also have mul_tr which calculates self * rhs.transpose() .
Currently its hard to get efficient code for this, because there will be an explicit transpose.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.