Click or drag to resize

DivergenceStopCriterionTMaximumRelativeIncrease Property

Gets or sets the maximum relative increase that the residual may experience before a divergence warning is issued.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double MaximumRelativeIncrease { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the Maximum is set to zero or below.
See Also