Skip to content
Commit 0f8d1b6e authored by Karl Rupp's avatar Karl Rupp
Browse files

Matrix: Added support for the operations A = trans(B), A += trans(B), A -= trans(B)

Also works in the case that A and B are the same matrix.
Currently this operation is fairly slow, because the transposition is performed
in main memory. On the other hand, it's certainly better to have a slow
implementation rather than no implementation at all...
parent ec267fcb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment