SingularValueDecompositionD Properties |
The SingularValueDecompositionD type exposes the following members.
Name | Description | |
---|---|---|
AbsoluteDeterminant |
Returns the absolute value of the matrix determinant.
| |
Condition |
Returns the condition number max(S) / min(S).
| |
Diagonal |
Gets the one-dimensional array of singular values.
| |
DiagonalMatrix |
Returns the block diagonal matrix of singular values.
| |
IsSingular |
Gets whether the decomposed matrix is singular.
| |
LeftSingularVectors |
Returns the U matrix of Singular Vectors.
| |
LogDeterminant |
Returns the log of the absolute value for the matrix determinant.
| |
LogPseudoDeterminant |
Returns the log of the pseudo-determinant for the matrix.
| |
Ordering |
Returns the ordering in which the singular values have been sorted.
| |
PseudoDeterminant |
Returns the pseudo-determinant for the matrix.
| |
Rank |
Returns the effective numerical matrix rank.
| |
RightSingularVectors |
Returns the V matrix of Singular Vectors.
| |
Threshold |
Returns the singularity threshold.
| |
TwoNorm |
Returns the Two norm.
|