Click or drag to resize

FloatSVDecomp Properties

The FloatSVDecomp type exposes the following members.

Properties
 NameDescription
Public propertyCols Gets the number of columns in the matrix that this decomposition represents.
Public propertyFail Gets the status of the decomposition.
Public propertyLeftVectors Gets the matrix whose columns are the left singular vectors of this decomposition.
Public propertyNumberLeftVectors Gets the number of left singular vectors in the decomposition.
Public propertyNumberRightVectors Gets the number of right singular vectors in the decomposition.
Public propertyRank Gets the rank of the matrix that this decomposition represents.
Public propertyRightVectors Gets the matrix whose columns are the right singular vectors of this decomposition.
Public propertyRows Gets the number of rows in the matrix that this decomposition represents.
Public propertySingularValues Gets the singular values of this decomposition. The values are non-negative and arranged in decreasing order.
Top
See Also