TransposeM (FUN)ΒΆ
FUNCTION TransposeM : ResultCode
Computes the transposed matrix B := t(B).
If A has the dimension (m x n), then B must have the dimension (n x m),
for positive integers m, n.
Note: A and B must have distinct storage.
- InOut:
Scope
Name
Type
Comment
Return
TransposeM
Inout
B
The result
A
The matrix to be transposed