The FloatSVDecomp type exposes the following members.

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