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

ResultCode

Inout

B

Matrix

The result

A

Matrix

The matrix to be transposed