The FloatSVDecomp type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this decomposition.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Factor
Builds a decomposition for the matrix A.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LeftVector
Returns the specified left singular vector.
RightVector
Returns the specified right singular vector.
SingularValue
Returns the specified singular value.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Truncate
Truncates all singular values that are less than a given tolerance by setting them to zero.

See Also