1lis_matrix_create(3f) Lis Library Functions lis_matrix_create(3f)
23
4
NAME
6lis_matrix_create - create the matrix
78
SYNOPSIS
10subroutine lis_matrix_create(Lis_Comm comm, LIS_MATRIX *A, LIS_INTEGER
11ierr);
1213
DESCRIPTION
15Create matrix A.
1617
INPUT
19LIS_Comm
20The MPI communicator
2122
OUTPUT
24A The matrix
2526
NOTE
28For the serial and multithreaded environments, the value of comm is
29ignored.
3031
SEE ALSO
33lis(3)
3435
http://www.ssisc.org/lis/
3637
38
39
40
Man Page 6 Sep 2012 lis_matrix_create(3f)