Click or drag to resize

DivergenceStopCriterionT Constructor

Initializes a new instance of the DivergenceStopCriterionT class with the specified maximum relative increase and the specified minimum number of tracking iterations.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DivergenceStopCriterion(
	double maximumRelativeIncrease = 0,08,
	int minimumIterations = 10
)

Parameters

maximumRelativeIncrease  Double  (Optional)
The maximum relative increase that the residual may experience before a divergence warning is issued.
minimumIterations  Int32  (Optional)
The minimum number of iterations over which the residual must grow before a divergence warning is issued.
See Also