lis_matrix_create(3) - Linux man page
Name
lis_matrix_create - 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
lis(3)