Handbook
Glossary
(>matrix) ( arrays >c-array -- c-array ld rows cols transpose )
Vocabulary
math
.
blas
.
matrices
.
private
Inputs
arrays
an
object
>c-array
an
object
Outputs
c-array
an
object
ld
an
object
rows
an
object
cols
an
object
transpose
an
object
Definition
USING:
kernel
sequences
sequences.merged
;
IN:
math.blas.matrices.private
:
(>matrix)
( arrays >c-array -- c-array ld rows cols transpose )
[
[
<merged>
]
]
dip
compose
[
length
dup
]
[
first
length
]
tri
f
;
inline