![]() |
![]()
| ![]() |
![]()
NAMElis_matrix_get_size - get the size of the matrix SYNOPSIS#include "lis.h" LIS_INT lis_matrix_get_size(LIS_MATRIX A, LIS_INT *local_n, LIS_INT *global_n); DESCRIPTIONGet the size of matrix A. INPUT
OUTPUTEXIT STATUSThe following exit values are returned:
NOTEIn the case of the serial and multithreaded environments, local_n is equal to global_n. SEE ALSOlis(3) http://www.ssisc.org/lis/
|