DelegateStopCriterionT Constructor |
Create a new instance of this criterion with a custom implementation.
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DelegateStopCriterion(
Func<int, Vector<T>, Vector<T>, Vector<T>, IterationStatus> determine
)
Parameters
- determine FuncInt32, VectorT, VectorT, VectorT, IterationStatus
- Custom implementation with the same signature and semantics as the DetermineStatus method.
See Also