Rate This Document
Findability
Accuracy
Completeness
Readability

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