get Submatrix
Get a submatrix by slicing this matrix.
Return
sliced submatrix.
Parameters
rowIndexStart
row index starting point.
rowIndexEnd
row index ending point. (not included)
colIndexStart
column index starting point.
colIndexEnd
column index ending point. (not included)