1lis_matrix_set_dns(3) Lis Library Functions lis_matrix_set_dns(3)
2
3
4
6 lis_matrix_set_dns - associate the arrays in the DNS format with the
7 matrix
8
9
11 #include "lis.h"
12
13 LIS_INT lis_matrix_set_dns(LIS_SCALAR value[], LIS_MATRIX A);
14
15
17 Associate the arrays in the DNS format with matrix A.
18
19
21 value The arrays in the DNS format
22
23
24 A The matrix
25
26
28 A The matrix associated with the arrays
29
30
32 The following exit values are returned:
33
34 0 The process is normally terminated
35
36 unspecified
37 An error occurred
38
39
41 After lis_matrix_set_dns is called, the function lis_matrix_assemble
42 must be called.
43
44
46 lis(3)
47
48 http://www.ssisc.org/lis/
49
50
51
52
53Man Page 6 Sep 2012 lis_matrix_set_dns(3)