lis_matrix_get_range - Man Page
get the location of the partial matrix in the global matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_get_range(LIS_MATRIX A, LIS_INT *is, LIS_INT *ie);
Description
Get the location of partial matrix A in the global matrix.
Input
- A
The partial matrix
Output
- is
The location where partial matrix A starts in the global matrix
- ie
The location where partial matrix A ends in the global matrix
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
For the serial and multithreaded environments, a matrix of size n x n results in is = 0 and ie = n.
See Also
Info
6 Sep 2012 Man Page Lis Library Functions