Click or drag to resize

IIterationStopCriterionTReset Method

Resets the IIterationStopCriterion to the pre-calculation state.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Reset()
Remarks
To implementers: Invoking this method should not clear the user defined property values, only the state that is used to track the progress of the calculation.
See Also