lis_matrix_get_range - get the location of the partial matrix in the global
matrix
#include "lis.h"
LIS_INT lis_matrix_get_range(LIS_MATRIX A,
LIS_INT *is, LIS_INT *ie);
Get the location of partial matrix A in the global matrix.
- is
- The location where partial matrix A starts in the global matrix
- ie
- The location where partial matrix A ends in the global matrix
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
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/