specifies an input
matrix with dimensions m x n (that
is, X[m, n]).
Y
specifies an output
matrix with dimensions n x m (that
is, Y[n, m])
Details
Note that the number
of rows for the input matrix should be equal to the number of columns
of the output matrix, and the number of rows for the output matrix
should be equal to the number of columns of the input matrix.
Example
The following example
uses the TRANSPOSE CALL routine: