Handbook
Glossary
Mtranspose ( matrix -- matrix^T )
Basic Linear Algebra Subroutines (BLAS) interface
ยป
BLAS interface matrix operations
Next:
Mrows ( A -- rows )
Vocabulary
math
.
blas
.
matrices
Inputs
matrix
a
blas-matrix-base
Outputs
matrix^T
a
blas-matrix-base
Word description
Returns the transpose of
matrix
. The returned matrix shares storage with the original matrix.
Definition
USING:
accessors
combinators
kernel
math.blas.matrices.private
;
IN:
math.blas.matrices
:
Mtranspose
( matrix -- matrix^T )
[
{
[
underlying>>
]
[
ld>>
]
[
rows>>
]
[
cols>>
]
[
transpose>>
not
]
}
cleave
]
keep
(blas-matrix-like)
;