SvdT Properties |
The SvdT type exposes the following members.
Name | Description | |
---|---|---|
ConditionNumber | Gets the condition number max(S) / min(S) | |
Determinant | Gets the determinant of the square matrix for which the SVD was computed. | |
L2Norm | Gets the two norm of the MatrixT. | |
Rank | Gets the effective numerical matrix rank. | |
S | Gets the singular values (Σ) of matrix in ascending value. | |
U | Gets the left singular vectors (U - m-by-m unitary matrix) | |
VT | Gets the transpose right singular vectors (transpose of V, an n-by-n unitary matrix) | |
W | Returns the singular values as a diagonal MatrixT. |