KesGetSolverConv
Interface Definition
KesReturnCode KesGetSolverConv(KesSolver solver, int *nConv);
Interface Description
Queries the number of eigenvalues that are successfully solved by the solver.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input |
nConv |
int * |
Number of eigenvalues that are successfully solved. |
Output |
Parent topic: Functions for Querying Solution Information