lis_solve(3) - Linux man page
Name
lis_solve - solve the linear equation
Synopsis
#include "lis.h"
LIS_INT lis_solve(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, LIS_SOLVER solver);
Description
Solve the linear equation with the specified solver.
Input
- A
- The coefficient matrix
- b
- The right hand side vector
- x
- The initial vector
- solver
- The solver
Output
- x
- The solution
- solver
- The number of iterations, the execution time, etc.
Exit Status
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
See Also
lis(3)