1lis_matrix_assemble(3) Lis Library Functions lis_matrix_assemble(3)
2
3
4
6 lis_matrix_assemble - assemble the matrix into the specified storage
7 format
8
9
11 #include "lis.h"
12
13 LIS_INT lis_matrix_assemble(LIS_MATRIX A);
14
15
17 Assemble matrix A into the specified storage format.
18
19
21 A The matrix
22
23
25 A The matrix assembled into the specified storage format
26
27
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 lis(3)
39
40 http://www.ssisc.org/lis/
41
42
43
44
45Man Page 6 Sep 2012 lis_matrix_assemble(3)