CADability dotNET
The SingularValueDecomposition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SingularValueDecomposition | Construct the singular value decomposition. |
Methods
Name | Description | |
---|---|---|
![]() | Condition | Two norm condition number. |
![]() | Norm2 | Two norm. |
![]() | Rank | Effective numerical matrix rank. |
Properties
Name | Description | |
---|---|---|
![]() | LeftSingularVectors | Gets the left singular vectors (U matrix). |
![]() | RightSingularVectors | Gets the right singular vectors (V matrix). |
![]() | S | Get the diagonal matrix of singular values. |
![]() | SingularValues | Gets the one-dimensional array of singular values. |