slice
Returns a submatrix of this matrix.
Parameters
start Row
First row to include in the submatrix, inclusive.
end Row
Last row to include in the submatrix, exclusive.
start Col
First column to include in the submatrix, inclusive.
end Col
Last column to include in the submatrix, exclusive.