DelegateStopCriterionTDetermineStatus Method |
Determines the status of the iterative calculation by delegating it to the provided delegate.
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