Click or drag to resize

ResidualStopCriterionT Constructor

Initializes a new instance of the ResidualStopCriterionT class with the specified maximum residual and minimum number of iterations.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ResidualStopCriterion(
	double maximum,
	int minimumIterationsBelowMaximum = 0
)

Parameters

maximum  Double
The maximum value for the residual below which the calculation is considered converged.
minimumIterationsBelowMaximum  Int32  (Optional)
The minimum number of iterations for which the residual has to be below the maximum before the calculation is considered converged.
See Also