.NET Matrix Library
Eigen Constructor
See Also  Send comments on this topic


Initializes a new instance of the Eigen class computing the eigen decomposition of a general square real matrix.

Overload List

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

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation