submatrix-excluding ( matrix exclude-pair -- submatrix ) (original) (raw)
submatrix-excluding ( matrix exclude-pair -- submatrix )
Inputs
matrix | a matrix |
---|---|
exclude-pair | a pair |
Outputs
submatrix | a matrix |
---|
Word description
A possibly more obvious word for matrix-except.
Definition