|  | DoubleLeastSquaresTolerance Property | 
            Gets the tolerance used to compute the effective rank of the input matrix A.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double Tolerance { get; }Public ReadOnly Property Tolerance As Double
	Get
public:
property double Tolerance {
	double get ();
}member Tolerance : float with get
Property Value
Double Remarks
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
See Also