rows-from ( row# -- slice ) (original) (raw)

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 ;