Click or drag to resize

FloatSVDecomp Methods

The FloatSVDecomp type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this decomposition.
Public methodFactor Builds a decomposition for the matrix A.
Public methodFactorInPlace Builds a decomposition for the matrix A in place. The contents of the matrix A are destroyed.
Public methodLeftVector Returns the specified left singular vector.
Public methodRightVector Returns the specified right singular vector.
Public methodSingularValue Returns the specified singular value.
Public methodTruncate Truncates all singular values that are less than a given tolerance by setting them to zero.
Top
See Also