exchange-rows ( row# row# -- ) (original) (raw)

exchange-rows ( row# row# -- )

Vocabulary
math.matrices.elimination

Inputs

row# an object
row# an object

Outputs
None

Definition

USING: namespaces sequences ;

IN: math.matrices.elimination

: exchange-rows ( row# row# -- ) matrix get exchange ;