Click or drag to resize

DelegateStopCriterionT Constructor

Create a new instance of this criterion with a custom implementation.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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