Visible to Intel only — GUID: GUID-1C83CEA9-DDF8-449B-9E9E-D1CCB2D59D98
SSYEVD Example
For a detailed description and reference information on this function, please visit:
?syevd function in Intel® oneAPI Math Kernel Library Developer Reference - C
?syevd function in Intel® oneAPI Math Kernel Library Developer Reference - Fortran
The routine computes all the eigenvalues and, optionally, the eigenvectors of a square real symmetric matrix A.
The eigenvector v(j) of A satisfies the following formula:
A*v(j) = lambda(j)*v(j)
where lambda(j) is its eigenvalue.
The computed eigenvectors are orthonormal. This routine uses a divide and conquer algorithm to compute the eigenvalues and eigenvectors.
Fortran-77 Interface
C Interface
Please refer to the Matrix Layout section of the C Interface Conventions for the description of Row Major (C default) and Column Major (Fortran default).