The following tables list the members exposed by CEigen.
| Name | Description | |
|---|---|---|
| CEigen Constructor | Overloaded. Creates a new instance of the CEigen class. |
| Name | Description | |
|---|---|---|
| D | Gets a complex diagonal matrix, containing all the computed eigenvalues in its main diagonal. | |
| Eigenvalue | Gets the specified eigenvalue. | |
| Eigenvalues | Returns a vector containing all the computed eigenvalues. | |
| Eigenvector | Gets the specified right eigenvector. | |
| Eigenvectors | Gets the right eigenvectors matrix. | |
| LeftEigenvector | Gets the specified left eigenvector. | |
| LeftEigenvectors | Gets the left eigenvectors matrix. | |
| Size | Gets the size of matrix that is represented by this eigen decomposition. | |
| Succeeded | Indicates whether the eigenvalues-eigenvectors calculation succeeded to completion. |