Symmetric Eigenvalue Decomposition Classes
The Linear Algebra Module provides a number of objects for solving symmetric eigenvalue problems. The Symmetric Eigenvalue Decomposition Classes are contained in Table 348.
|
Class Name |
Type |
Header File |
|
Encapsulates the eigenvalues and eigenvectors of a symmetric matrix, a Hermitian in the complex case. |
|
|
|
An abstract base class for the symmetric eigenvalue servers. |
|
|
|
An abstract base class for the Hermitian eigenvalue servers. |
|
|
|
Servers for the positive definite QR method of computing eigenvalues. These servers apply only to matrices that you know are positive definite. |
|
|
|
Servers for the QR method of computing eigenvalues. |
|
|
|
Symmetric eigenvalue server classes, which allow the computation of only the eigenvalues in a given range and (optionally) their corresponding eigenvectors. |
|
|
|
Servers for the root-free QR method of computing eigenvalues. This method computes all the eigenvalues and no eigenvectors. |
|
|
|
Symmetric eigenvalue server classes and the Hermitian eigenvalue server class, respectively, allow the computation of a subset of the eigenvalues and (optionally) their corresponding eigenvectors. |
|
|
|
A tridiagonal decomposition of a symmetric matrix A: A=Q’TQ where Q is orthogonal and T is tridiagonal and real. |
|