Gets a submatrix of this matrix, with the given rows and columns removed.
The set of rows to remove.
The set of columns to remove.
A matrix with the given rows and columns removed.
See Implementation
Gets a submatrix of this matrix, with the given rows and columns removed.