The FloatSVDecomp type exposes the following members.

Constructors

  NameDescription
FloatSVDecompOverloaded.

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.

Properties

  NameDescription
Cols
Gets the number of columns in the matrix that this decomposition represents.
Fail
Gets the status of the decomposition.
LeftVectors
Gets the matrix whose columns are the left singular vectors of this decomposition.
NumberLeftVectors
Gets the number of left singular vectors in the decomposition.
NumberRightVectors
Gets the number of right singular vectors in the decomposition.
Rank
Gets the rank of the matrix that this decomposition represents.
RightVectors
Gets the matrix whose columns are the right singular vectors of this decomposition.
Rows
Gets the number of rows in the matrix that this decomposition represents.
SingularValues
Gets the singular values of this decomposition. The values are non-negative and arranged in decreasing order.

See Also