![]() |
![]()
| ![]() |
![]()
NAMElis_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); DESCRIPTIONGet the location of partial matrix A in the global matrix. INPUT
OUTPUTEXIT STATUSThe following exit values are returned:
NOTEFor the serial and multithreaded environments, a matrix of size n x n results in is = 0 and ie = n. SEE ALSOlis(3) http://www.ssisc.org/lis/
|