lis_solver_get_iterex - Man Page
get the detailed information on the number of iterations from the solver
Synopsis
#include "lis.h"
LIS_INT lis_solver_get_iterex(LIS_SOLVER solver, LIS_INT *iter);
Description
Get the detailed information on the number of iterations from the solver.
Input
- solver
The solver
Output
- iter
The number of iterations
- iter_double
The number of double precision iterations
- iter
The number of quadruple precision 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