KesSolverSetMaxOrthoIter
Interface Definition
KesReturnCode KesSolverSetMaxOrthoIter(KesSolver solver, int maxOrthoIter);
Interface Description
Sets the maximum number of repetitions during orthogonalization. The default value is 1.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input/Output |
maxOrthoIter |
int |
Maximum number of repetitions during orthogonalization. |
Input |
Parent topic: Functions for Setting Solution Parameters