lis_matrix_create - Man Page
create the matrix
Synopsis
#include "lis.h"
LIS_INT lis_matrix_create(Lis_Comm comm, LIS_MATRIX *A);
Description
Create matrix A.
Input
- LIS_Comm
The MPI communicator
Output
- A
The matrix
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
Note
For the serial and multithreaded environments, the value of comm is ignored.
See Also
Info
6 Sep 2012 Man Page Lis Library Functions