Click or drag to resize

SingularValueDecomposition Properties

The SingularValueDecomposition type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
Gets the number of columns in the original matrix.
Public propertyConditionNumber
Gets the condition number of the matrix.
Public propertyContributors
Gets a collection of all the terms contributing to the singular value decomposition.
Public propertyDimension
Gets the number of singular values.
Public propertyLeftTransformMatrix
Gets the left transform matrix.
Public propertyRank
Computes the rank of the original matrix.
Public propertyRightTransformMatrix
Gets the right transform matrix.
Public propertyRowCount
Gets the number of rows in the original matrix.
Public propertyTolerance
Gets or sets the tolerance with which singular values are distinguished from zero.
Top
See Also