Gets the tolerance used to compute the effective rank of the input matrix A.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public double Tolerance { get; }
Visual Basic (Declaration)
Public ReadOnly Property Tolerance As Double
Visual C++
public:
property double Tolerance {
	double get ();
}

Remarks

The effective rank of A is determined by treating as zero values that are less than Tolerance times the largest singular value.

See Also