all-submatrices ( matrix -- submatrices ) (original) (raw)
all-submatrices ( matrix -- submatrices )
Inputs
matrix | a matrix |
---|
Outputs
submatrices | a sequence of matrixs |
---|
Word description
A possibly more obvious name for matrix-except-all.
Definition