Click or drag to resize

SingularValueDecomposition Properties

The MatrixMathSingularValueDecomposition type exposes the following members.

Properties
 NameDescription
Public propertyCondition Gets the condition number of the matrix, defined as the ratio of the largest singular value to the smallest.
Public propertyDiagonal Gets the array of singular values.
Public propertyHatDiagonal Returns the Hat diagonal. The hat diagonal is the diagonal of the Hat matrix, which is defined as T -1 T T H = X (X X) X = U U
Public propertyNorm2 Gets the 2-norm of the matrix, which is the largest singular value.
Public propertyRank Gets the rank of the matrix, which is the number of singular values greater than a small threshold.
Public propertyU Gets the left singular vectors matrix.
Public propertyV Gets the right singular vectors matrix.
Top
See Also