Click or drag to resize

ResidualStopCriterionTMaximum Property

Gets or sets the maximum value for the residual below which 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 double Maximum { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the Maximum is set to a negative value.
See Also