Handbook
Glossary
Mheight ( matrix -- height )
Vocabulary
math
.
blas
.
matrices
Inputs
matrix
a
blas-matrix-base
Outputs
height
an
integer
Word description
Returns the number of rows in
matrix
.
See also
Mwidth
Definition
USING:
accessors
kernel
;
IN:
math.blas.matrices
:
Mheight
( matrix -- height )
dup
Mtransposed?
[
cols>>
]
[
rows>>
]
if
;
inline