Handbook
Glossary
rows-from ( row# -- slice )
Vocabulary
math
.
matrices
.
elimination
Inputs
row#
an
object
Outputs
slice
an
object
Definition
USING:
kernel
sequences
;
IN:
math.matrices.elimination
:
rows-from
( row# -- slice )
rows
dup
<iota>
<slice>
;