1lis_matrix_set_dia(3f) Lis Library Functions lis_matrix_set_dia(3f)
2
3
4
6 lis_matrix_set_dia - associate the arrays in the DIA format with the
7 matrix
8
9
11 subroutine lis_matrix_set_dia(LIS_INTEGER nnd, LIS_INTEGER index[],
12 LIS_SCALAR value[], LIS_MATRIX A, LIS_INTEGER ierr);
13
14
16 Associate the arrays in the DIA format with matrix A.
17
18
20 nnd The number of nonzero elements
21
22
23 index, value
24 The arrays in the DIA format
25
26
27 A The matrix
28
29
31 A The matrix associated with the arrays
32
33
35 After lis_matrix_set_dia 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_dia(3f)