This example computes all the eigenvalues of
, where
and
Here
is Hermitian,
is Hermitian positive definite, and
and
are treated as band matrices.
must first be factorized by
zpbstf. The program calls
zhbgst to reduce the problem to the standard form
, then
zhbtrd to reduce
to tridiagonal form, and
dsterf to compute the eigenvalues.