|  | Double | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe DoubleComplexEigDecomp type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DoubleComplexEigDecomp | Default constructor. Constructs an empty eigenvalue decomposition. | 
|  | DoubleComplexEigDecomp(DoubleComplexMatrix) | Construct a DoubleComplexEigDecomp instance for the given matrix. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cols | Gets the number of columns in the decomposed matrix. | 
|  | EigenValues | Gets the computed eigenvalues. | 
|  | IsGood | Returns true if the all the eigenvalues and eigenvectors were successfully computed; otherwise, false. | 
|  | LeftEigenVectors | Gets the matrix of left eigenvectors. | 
|  | NumberOfEigenValues | Gets the number of eigenvalues computed. | 
|  | NumberOfLeftEigenVectors | Gets the number of left eigenvectors. | 
|  | NumberOfRightEigenVectors | Gets the number of right eigenvectors. | 
|  | RightEigenVectors | Gets the matrix of right eigenvectors. | 
|  | Rows | Gets the number of rows in the decomposed matrix. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this eigenvalue decompostiion. | 
|  | EigenValue | Returns the ith eigenvalue. | 
|  | Factor | Computes all the eigenvalues and eigenvectors for the given square matrix. | 
|  | FactorNoPreconditioning | Computes all the eigenvalues and eigenvectors for the given square matrix. | 
|  | LeftEigenVector | Returns the ith left eigenvector. | 
|  | RightEigenVector | Returns the ith right eigenvector. | 
 Remarks
Remarks See Also
See Also