|  | DoubleComplexSVDecompTruncate Method | 
            Truncates all singular values that are less than a given
            tolerance by setting them to zero.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void Truncate(
	double tolerance
)
Public Sub Truncate ( 
	tolerance As Double
)
public:
void Truncate(
	double tolerance
)
member Truncate : 
        tolerance : float -> unit Parameters
- tolerance  Double
- Singular values less than tolerance
            are set to zero.
 Remarks
RemarksThis method can change the Rank and
            the number of singular vectors in the decomposition.
 See Also
See Also