The following tables list the members exposed by CSVD.
| Name | Description | |
|---|---|---|
| CSVD Constructor | Overloaded. Initializes a new instance of the CSVD class computing the Singular Value Decomposition (SVD) of a general complex matrix. |
| Name | Description | |
|---|---|---|
| S | Returns the S 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 Hermitian transpose (adjoin) of the V part of the singular value decomposition. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all the resources used by the CSVD 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. |