KesSolverSetThreshold
Interface Definition
KesReturnCode KesSolverSetThreshold(KesSolver solver, double threshold);
Interface Description
Sets the convergence error. The default value is 0.000001.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input/Output |
threshold |
double |
Convergence error. |
Input |
Parent topic: Functions for Setting Solution Parameters