Mtranspose ( matrix -- matrix^T )
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface matrix operations

Next:Mrows ( A -- rows )


Vocabulary
math.blas.matrices

Inputs
matrixa blas-matrix-base


Outputs
matrix^Ta blas-matrix-base


Word description
Returns the transpose of matrix. The returned matrix shares storage with the original matrix.

Definition