lis_matrix_get_range - get the location of the partial matrix in the global
matrix
subroutine lis_matrix_get_range(LIS_MATRIX A, LIS_INTEGER
*is, LIS_INTEGER *ie, LIS_INTEGER ierr);
Get the location of the partial matrix A in the global matrix.
- is
- The location where the partial matrix A starts in the global matrix
- ie
- The location where the partial matrix A ends in the global matrix
For the serial and multithreaded environments, a matrix of size n x n
results in is = 0 and ie = n.
lis(3)
http://www.ssisc.org/lis/