Vocabularymath.
matricesInputsOutputsGeneric word contractGet all the columns from
matrix not described by
desc.
ExamplesUSING: math.matrices prettyprint ;
{
{ 2 7 12 2 }
{ 8 9 10 0 }
{ 1 3 3 5 }
{ 8 13 7 12 }
} { 1 3 } cols-except .
{ { 2 12 } { 8 10 } { 1 3 } { 8 7 } }
DefinitionMethods