1lis_matrix_set_jad(3) Lis Library Functions lis_matrix_set_jad(3)
2
3
4
6 lis_matrix_set_jad - associate the arrays in the JAD format with the
7 matrix
8
9
11 #include "lis.h"
12
13 LIS_INT lis_matrix_set_jad(LIS_INT nnz, LIS_INT maxnzr, LIS_INT perm[],
14 LIS_INT ptr[], LIS_INT index[], LIS_SCALAR value[], LIS_MATRIX A);
15
16
18 Associate the arrays in the JAD format with matrix A.
19
20
22 maxnzr The number of nonzero elements
23
24
25 maxnzr The maximum number of nonzero elements in each row
26
27
28 perm, ptr, index, value
29 The arrays in the JAD format
30
31
32 A The matrix
33
34
36 A The matrix associated with the arrays
37
38
40 The following exit values are returned:
41
42 0 The process is normally terminated
43
44 unspecified
45 An error occurred
46
47
49 After lis_matrix_set_jad is called, the function lis_matrix_assemble
50 must be called.
51
52
54 lis(3)
55
56 http://www.ssisc.org/lis/
57
58
59
60
61Man Page 6 Sep 2012 lis_matrix_set_jad(3)