|
NAMElis_matrix_get_size - get the size of the matrixSYNOPSIS#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
OUTPUT
EXIT 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/
Visit the GSP FreeBSD Man Page Interface. |