SingularValueDecomposition Properties |
The SingularValueDecomposition type exposes the following members.
Name | Description | |
---|---|---|
ColumnCount |
Gets the number of columns in the original matrix.
| |
ConditionNumber |
Gets the condition number of the matrix.
| |
Contributors |
Gets a collection of all the terms contributing to the singular value decomposition.
| |
Dimension |
Gets the number of singular values.
| |
LeftTransformMatrix |
Gets the left transform matrix.
| |
Rank |
Computes the rank of the original matrix.
| |
RightTransformMatrix |
Gets the right transform matrix.
| |
RowCount |
Gets the number of rows in the original matrix.
| |
Tolerance |
Gets or sets the tolerance with which singular values are distinguished from zero.
|