FactorizationByFastIndependentComponentAnalysisTolerance Property |
Gets the convergence tolerance.
Namespace: Altaxo.Calc.LinearAlgebra.Double.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double Tolerance { get; init; }Property Value
Double
RemarksThe 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