ResidualStopCriterionTDetermineStatus Method |
Determines the status of the iterative calculation based on the stop criteria stored
by the current
IIterationStopCriterionT. Result is set into
Status field.
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
Remarks
The individual stop criteria may internally track the progress of the calculation based
on the invocation of this method. Therefore this method should only be called if the
calculation has moved forwards at least one step.
See Also