f08gqf computes all the eigenvalues and, optionally, all the eigenvectors of a complex Hermitian matrix
(held in packed storage).
In other words, it can compute the spectral factorization of
as
where
is a real diagonal matrix whose diagonal elements are the eigenvalues
, and
is the (complex) unitary matrix whose columns are the eigenvectors
. Thus
Anderson E, Bai Z, Bischof C, Blackford S, Demmel J, Dongarra J J, Du Croz J J, Greenbaum A, Hammarling S, McKenney A and Sorensen D (1999)
LAPACK Users' Guide (3rd Edition) SIAM, Philadelphia
https://www.netlib.org/lapack/lug
The computed eigenvalues and eigenvectors are exact for a nearby matrix
, where
and
is the
machine precision. See Section 4.7 of
Anderson et al. (1999) for further details.
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The real analogue of this routine is
f08gcf.
This example computes all the eigenvalues and eigenvectors of the Hermitian matrix
, where