.NET Matrix Library
CEigen Constructor
See Also  Send Feedback



Creates a new instance of the CEigen class. Creates a new instance of the CEigen class.

Overload List

OverloadDescription
CEigen Constructor(CMatrix,Boolean,Boolean,BalanceType)Creates a new instance of the CEigen class computing the eigenvalues and optionally the right and/or the left eigenvectors of a general square complex matrix, using the specified type of preliminary matrix balancing.  
CEigen Constructor(CMatrix,Boolean,Boolean)Creates a new instance of the CEigen class computing the eigenvalues and optionally the right and/or the left eigenvectors of a general square complex matrix, with preliminary matrix balancing.  
CEigen Constructor(CMatrix,Boolean)Creates a new instance of the CEigen class computing the eigenvalues and optionally the right eigenvectors of a general square complex matrix, with preliminary matrix balancing.  
CEigen Constructor(CMatrix)Creates a new instance of the CEigen class, computing the eigenvalues and the right eigenvectors of a general square complex matrix, with preliminary matrix balancing.  

Requirements

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

See Also

.NET Matrix Library