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


The following tables list the members exposed by SymEigen.

Public Constructors

 NameDescription
public ConstructorSymEigen ConstructorOverloaded. Initializes a new instance of the SymEigen class computing the eigen decomposition of a real symmetric matrix.  
Top

Public Properties

 NameDescription
public PropertyDGets a real 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 eigenvector.  
public PropertyEigenvectorsGets the 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 SymEigen object.  
Top

See Also

.NET Matrix Library