SingularValueDecompositionF Properties |
The SingularValueDecompositionF type exposes the following members.
Name | Description | |
---|---|---|
ConditionNumber |
Gets the condition number of A.
| |
Norm2 |
Gets the two norm of A.
| |
NumericalRank |
Gets the effective numerical rank of A.
| |
S |
Gets the diagonal matrix S with the singular values. (This property returns the internal
matrix, not a copy.)
| |
SingularValues |
Gets the vector of singular values (the diagonal of S).
| |
U |
Gets the matrix U with the left singular vectors. (This property returns the internal
matrix, not a copy.)
| |
V |
Gets the matrix V with the right singular vectors. (This property returns the internal
matrix, not a copy.)
|