1lis_matrix_create(3) Lis Library Functions lis_matrix_create(3)
2
3
4
6 lis_matrix_create - create the matrix
7
8
10 #include "lis.h"
11
12 LIS_INT lis_matrix_create(Lis_Comm comm, LIS_MATRIX *A);
13
14
16 Create matrix A.
17
18
20 LIS_Comm
21 The MPI communicator
22
23
25 A The matrix
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 For the serial and multithreaded environments, the value of comm is
39 ignored.
40
41
43 lis(3)
44
45 http://www.ssisc.org/lis/
46
47
48
49
50Man Page 6 Sep 2012 lis_matrix_create(3)