Click or drag to resize

DoubleComplexSVDecompTruncate Method

Truncates all singular values that are less than a given tolerance by setting them to zero.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Truncate(
	double tolerance
)

Parameters

tolerance  Double
Singular values less than tolerance are set to zero.
Remarks
This method can change the Rank and the number of singular vectors in the decomposition.
See Also