Handbook
Glossary
unshaped-cols-iota ( matrix -- cols-iota )
Vocabulary
math
.
matrices
.
private
Inputs
matrix
an
object
Outputs
cols-iota
an
object
Definition
USING:
kernel
math.order
sequences
sequences.private
;
IN:
math.matrices.private
:
unshaped-cols-iota
( matrix -- cols-iota )
[
first-unsafe
length
]
keep
[
length
min
]
1
each-from
<iota>
;
inline