Get a submatrix. @param i0 Initial row index @param i1 Final row index @param j0 Initial column index @param j1 Final column index @return A(i0:i1,j0:j1) @exception ArrayIndexOutOfBoundsException Submatrix indices
(int i0, int i1, int j0, int j1)
source not stored for this graph (policy: none)
no test coverage detected