lis_matrix_get_range(3) - Linux man page
Name
lis_matrix_get_range - 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 the partial matrix A in the global matrix.
Input
- A
- The partial matrix
Output
- 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
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
lis(3)