rows ( -- n )
Vocabularymath.matrices.elimination
InputsNone
Outputs
Definition
USING: namespaces sequences ;
IN: math.matrices.elimination
: rows ( -- n ) matrix get length ;