Click or drag to resize

FactorizationByFastIndependentComponentAnalysisTolerance Property

Gets the convergence tolerance.

Namespace: Altaxo.Calc.LinearAlgebra.Double.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Tolerance { get; init; }

Property Value

Double
Remarks
The default value of 1E-2 means that the iterations are stopped if the expected improvement of the relative error when the maximum number of iterations is reached would be less than 1E-2 times the current relative error.
See Also