The following tables list the members exposed by SVD.
| Name | Description | |
|---|---|---|
| SVD Constructor | Overloaded. Initializes a new instance of the SVD class. |
| Name | Description | |
|---|---|---|
| S | Returns the Σ part of the singular value decomposition. | |
| SingularValue | Gets the specified singular value. | |
| SingularValues | Gets a vector containing all the computed singular values. | |
| Succeeded | Indicates whether the all singular values were calculated successfully. | |
| U | Returns the U part of the singular value decomposition. | |
| V | Returns the V part of the singular value decomposition. | |
| VH | Returns the transpose of the V part of the singular value decomposition. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all the resources used by the SVD object. | |
| PseudoInverse | Overloaded. Returns the Moore-Penrose inverse (pseudoinverse) of the matrix that is represented by this singular value decomposition. | |
| Rank | Overloaded. Returns the matrix rank. |