cartesian-column-map ( matrix quot: ( ... pair matrix -- ... matrix' ) -- matrix-seq )


Vocabulary
math.matrices.extras

Inputs
matrixa matrix
quota quotation with stack effect ( ... pair matrix -- ... matrix' )


Outputs
matrix-seqa sequence of matrixs


Notes
This word is the orthogonal variant of cartesian-matrix-map.
This word is intended for use with "flat" (2-dimensional) matrices.


Definition