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