Handbook
Glossary
(Mrows) ( A -- rows )
Vocabulary
math
.
blas
.
matrices
Inputs
A
an
object
Outputs
rows
an
object
Definition
USING:
accessors
combinators
kernel
;
IN:
math.blas.matrices
:
(Mrows)
( A -- rows )
{
[
]
[
ld>>
]
[
cols>>
]
[
drop
1
]
[
rows>>
]
}
cleave
<blas-matrix-rowcol-sequence>
;