KesGetSolverIter
Interface Definition
KesReturnCode KesGetSolverIter(KesSolver solver, int *nIter);
Interface Description
Queries the number of iterations in the solver.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input |
nIter |
int * |
Number of iterations in the solver. |
Output |
Parent topic: Functions for Querying Solution Information