Click or drag to resize

DivergenceStopCriterionTMinimumNumberOfIterations Property

Gets or sets the minimum number of iterations over which the residual must grow before issuing a divergence warning.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the value is set to less than one.
See Also