lis_solver_create(3) - Linux man page
Name
lis_solver_create - create the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_create(LIS_SOLVER *solver);
Description
Create the solver.
Input
- None
Output
- solver
- The solver
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
Note
solver has the information on the solver, the preconditioner, etc.
See Also
lis(3)