get Submatrix
ComplexMatrix getSubmatrix(Integer rowIndexStart, Integer rowIndexEnd, Integer colIndexStart, Integer colIndexEnd)
Content copied to clipboard
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)