1lis_matrix_create(3)         Lis Library Functions        lis_matrix_create(3)
2
3
4

NAME

6       lis_matrix_create - create the matrix
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_matrix_create(Lis_Comm comm, LIS_MATRIX *A);
13
14

DESCRIPTION

16       Create matrix A.
17
18

INPUT

20       LIS_Comm
21              The MPI communicator
22
23

OUTPUT

25       A      The matrix
26
27

EXIT STATUS

29       The following exit values are returned:
30
31       0      The process is normally terminated
32
33       unspecified
34              An error occurred
35
36

NOTE

38       For  the  serial  and  multithreaded environments, the value of comm is
39       ignored.
40
41

SEE ALSO

43       lis(3)
44
45       http://www.ssisc.org/lis/
46
47
48
49
50Man Page                          6 Sep 2012              lis_matrix_create(3)
Impressum