1lis_matrix_set_csc(3f) Lis Library Functions lis_matrix_set_csc(3f)
2
3
4
6 lis_matrix_set_csc - associate the arrays in the CSC format with the
7 matrix
8
9
11 subroutine lis_matrix_set_csc(LIS_INTEGER nnz, LIS_INTEGER ptr[],
12 LIS_INTEGER index[], LIS_SCALAR value[], LIS_MATRIX A, LIS_INTEGER
13 ierr);
14
15
17 Associate the arrays in the CSC format with matrix A.
18
19
21 nnz The number of nonzero elements
22
23
24 ptr, index, value
25 The arrays in the CSC format
26
27
28 A The matrix
29
30
32 A The matrix associated with the arrays
33
34
36 After lis_matrix_set_csc is called, the function lis_matrix_assemble
37 must be called.
38
39
41 lis(3)
42
43 http://www.ssisc.org/lis/
44
45
46
47
48Man Page 6 Sep 2012 lis_matrix_set_csc(3f)