lis_solver_get_iter - Man Page
get the number of iterations from the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_get_iter(LIS_SOLVER solver, LIS_INT *iter);
Description
Get the number of iterations from the solver.
Input
- solver
The solver
Output
- iter
The number of iterations
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
See Also
Info
28 Aug 2014 Man Page Lis Library Functions