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