dimforge / dimforge/nalgebra

mul_tr

Open
#1,254 0 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.