Visible to Intel only — GUID: GUID-923F1E8E-1550-4D8C-8074-EFF709166C6C
CHEEVX Example
For a detailed description and reference information on this function, please visit:
?heevx function in Intel® oneAPI Math Kernel Library Developer Reference - C
?heevx function in Intel® oneAPI Math Kernel Library Developer Reference - Fortran
The routine computes the selected 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. The eigenvalues and eigenvectors can be selected by specifying either a range of values or a range of indices of the desired eigenvalues.
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).