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