Vocabularymath.
matricesInputsOutputsWord descriptionApply the quotation to every element of the matrix.
Notes• | This word is intended for use with "flat" (2-dimensional) matrices. |
ExamplesUSING: math.matrices kernel math prettyprint ;
3 <identity-matrix> [ zero? 15 -8 ? ] matrix-map .
{ { -8 15 15 } { 15 -8 15 } { 15 15 -8 } }
Definition