The following tables list the members exposed by SymEigen.
| Name | Description | |
|---|---|---|
| SymEigen Constructor | Overloaded. Initializes a new instance of the SymEigen class computing the eigen decomposition of a real symmetric matrix. |
| Name | Description | |
|---|---|---|
| D | Gets a real 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 eigenvector. | |
| Eigenvectors | Gets the 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. |