 | DoubleSVDecompTruncate 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.3
Syntaxpublic void Truncate(
double tolerance
)
Public Sub Truncate (
tolerance As Double
)
public:
void Truncate(
double tolerance
)
member Truncate :
tolerance : float -> unit
Parameters
- tolerance
- Type: SystemDouble
Singular values less than tolerance
are set to zero.
RemarksThis method can change the Rank and
the number of singular vectors in the decomposition.
See Also