Click or drag to resize

SvdT Properties

The SvdT type exposes the following members.

Properties
 NameDescription
Public propertyConditionNumber Gets the condition number max(S) / min(S)
Public propertyDeterminant Gets the determinant of the square matrix for which the SVD was computed.
Public propertyL2Norm Gets the two norm of the MatrixT.
Public propertyRank Gets the effective numerical matrix rank.
Public propertyS Gets the singular values (Σ) of matrix in ascending value.
Public propertyU Gets the left singular vectors (U - m-by-m unitary matrix)
Public propertyVT Gets the transpose right singular vectors (transpose of V, an n-by-n unitary matrix)
Public propertyW Returns the singular values as a diagonal MatrixT.
Top
See Also