Developer Reference
Intel® oneAPI Math Kernel Library LAPACK Examples
ID
766877
Date
12/20/2021
Public
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-29BEF4C1-A654-486F-9542-2CA7FB04EA67
Symmetric Eigenproblems
Routine | Description | Examples |
---|---|---|
?syev | Computes all the eigenvalues and, optionally, the eigenvectors of a real symmetric matrix. | |
?heev | Computes all the eigenvalues and, optionally, the eigenvectors of a Hermitian matrix. | |
?syevd | Computes all the eigenvalues and, optionally, all the eigenvectors of a real symmetric matrix using a divide and conquer algorithm. | |
?heevd | Computes all the eigenvalues and, optionally, all the eigenvectors of a complex Hermitian matrix using a divide and conquer algorithm. | |
?syevx | Computes the selected eigenvalues and, optionally, the eigenvectors of a symmetric matrix. | |
?heevx | Computes the selected eigenvalues and, optionally, the eigenvectors of a Hermitian matrix. | |
?syevr | Computes the selected eigenvalues and, optionally, the eigenvectors of a real symmetric matrix using the Relatively Robust Representations. | |
?heevr | Computes the selected eigenvalues and, optionally, the eigenvectors of a Hermitian matrix using the Relatively Robust Representations. |
Parent topic: Least Squares and Eigenvalue Problems