| Overload | Description |
|---|---|
| CSVD Constructor(CMatrix,Boolean) | Initializes a new instance of the CSVD class computing the Singular Value Decomposition of a general complex matrix, specifying whether the singular vectors (U and V matrices) will be computed. |
| CSVD Constructor(CMatrix) | Initializes a new instance of the CSVD class computing the Singular Value Decomposition (SVD) of a general complex matrix. |
The CSVD constructor never fails. Succeeded property indicates whether the internal routines have managed to calculate all the singular values of the matrix.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7