1lis_matrix_get_nnz(3f) Lis Library Functions lis_matrix_get_nnz(3f)
2
3
4
6 lis_matrix_get_nnz - get the number of nonzero elements of the matrix
7
8
10 subroutine lis_matrix_get_nnz(LIS_MATRIX A, LIS_INTEGER *nnz, LIS_INTE‐
11 GER ierr);
12
13
15 Get the number of nonzero elements of matrix A.
16
17
19 A The matrix
20
21
23 nnz The number of nonzero elements
24
25
27 For the multiprocessing environment, this function gets the number of
28 nonzero elements of partial matrix A.
29
30
32 lis(3)
33
34 http://www.ssisc.org/lis/
35
36
37
38
39Man Page 28 Aug 2014 lis_matrix_get_nnz(3f)