Vocabularymath.
matricesInputsOutputsWord descriptionGet the rows from
matrix listed by
seq.
Notes• | This word is the multiplexing variant of row. |
ExamplesUSING: math.matrices prettyprint ;
{ 0 1 } { { 1 2 } { 3 4 } } rows .
{ { 1 2 } { 3 4 } }
Definition