Visible to Intel only — GUID: GUID-00CD0D83-4898-4DD9-91F4-FADDA259D691
ZHEEV Example
NOTE:
For a detailed description and reference information on this function, see the Intel® oneAPI Math Kernel Library Developer Reference.
The routine computes all the eigenvalues and, optionally, the eigenvectors of a square complex Hermitian 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.
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).
Parent topic: ?heev function