Click or drag to resize

ResidualStopCriterionTMinimumIterationsBelowMaximum Property

Gets or sets the minimum number of iterations for which the residual has to be below the maximum before the calculation is considered converged.

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

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the BelowMaximumFor is set to a value less than 1.
See Also