.NET Matrix Library
CEigen Class Members
See Also  Properties  Methods  Send Feedback


The following tables list the members exposed by CEigen.

Public Constructors

 NameDescription
public ConstructorCEigen ConstructorOverloaded. Creates a new instance of the CEigen class.  
Top

Public Properties

 NameDescription
public PropertyDGets a complex diagonal matrix, containing all the computed eigenvalues in its main diagonal.  
public PropertyEigenvalueGets the specified eigenvalue.  
public PropertyEigenvaluesReturns a vector containing all the computed eigenvalues.  
public PropertyEigenvectorGets the specified right eigenvector.  
public PropertyEigenvectorsGets the right eigenvectors matrix.  
public PropertyLeftEigenvectorGets the specified left eigenvector.  
public PropertyLeftEigenvectorsGets the left eigenvectors matrix.  
public PropertySizeGets the size of matrix that is represented by this eigen decomposition.  
public PropertySucceededIndicates whether the eigenvalues-eigenvectors calculation succeeded to completion.  
Top

Public Methods

 NameDescription
public MethodDisposeReleases all the resources used by the CEigen object.  
Top

See Also

.NET Matrix Library