.NET Matrix Library
CSVD Constructor
See Also  Send Feedback



Initializes a new instance of the CSVD class computing the Singular Value Decomposition (SVD) of a general complex matrix. Initializes a new instance of the CSVD class computing the Singular Value Decomposition (SVD) of a general complex matrix.

Overload List

OverloadDescription
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.  

Remarks

The CSVD constructor never fails. Succeeded property indicates whether the internal routines have managed to calculate all the singular values of the matrix.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library