|
NAMElis_matrix_get_nnz - get the number of nonzero elements of the matrixSYNOPSIS#include "lis.h"LIS_INT lis_matrix_get_nnz(LIS_MATRIX A, LIS_INT *nnz); DESCRIPTIONGet the number of nonzero elements of matrix A.INPUT
OUTPUT
EXIT STATUSThe following exit values are returned:
NOTEFor the multiprocessing environment, this function gets the number of nonzero elements of partial matrix A.SEE ALSOlis(3)http://www.ssisc.org/lis/
Visit the GSP FreeBSD Man Page Interface. |