1lis_matrix_malloc(3f) Lis Library Functions lis_matrix_malloc(3f)
2
3
4
6 lis_matrix_malloc - allocate the memory for the matrix
7
8
10 subroutine lis_matrix_malloc(MATRIX A, LIS_INTEGER nnz_row, LIS_INTEGER
11 nnz[], LIS_INTEGER ierr);
12
13
15 allocate the memory for matrix A.
16
17
19 A The matrix
20
21
22 nnz_row
23 The average number of nonzero elements
24
25
26 nnz The array of the numbers of the nonzero elements in each row
27
28
30 None
31
32
34 Either nnz_row or nnz must be provided.
35
36
38 lis(3)
39
40 http://www.ssisc.org/lis/
41
42
43
44
45Man Page 6 Sep 2012 lis_matrix_malloc(3f)