.NET Matrix Library
CSymEigen Constructor
See Also  Send Feedback



Initializes a new instance of the CSymEigen class computing the eigen decomposition of a complex Hermitian matrix. Initializes a new instance of the CSymEigen class computing the eigen decomposition of a complex Hermitian matrix.

Overload List

OverloadDescription
CSymEigen Constructor(CMatrix,Boolean)Initializes a new instance of the CSymEigen class computing the eigenvalues and optionally the eigenvectors of a complex Hermitian matrix.  
CSymEigen Constructor(CMatrix)Initializes a new instance of the CSymEigen class computing the eigenvalues and the eigenvectors of a complex Hermitian 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