Example program for zhbgst

This example computes all the eigenvalues of Az=λBz, where
A = -1.13+0.00i 1.94-2.10i -1.40+0.25i 0.00+0.00i 1.94+2.10i -1.91+0.00i -0.82-0.89i -0.67+0.34i -1.40-0.25i -0.82+0.89i -1.87+0.00i -1.10-0.16i 0.00+0.00i -0.67-0.34i -1.10+0.16i 0.50+0.00i  
and
B = 9.89+0.00i 1.08-1.73i 0.00+0.00i 0.00+0.00i 1.08+1.73i 1.69+0.00i -0.04+0.29i 0.00+0.00i 0.00+0.00i -0.04-0.29i 2.65+0.00i -0.33+2.24i 0.00+0.00i 0.00+0.00i -0.33-2.24i 2.17+0.00i .  
Here A is Hermitian, B is Hermitian positive definite, and A and B are treated as band matrices. B must first be factorized by zpbstf. The program calls zhbgst to reduce the problem to the standard form Cy=λy, then zhbtrd to reduce C to tridiagonal form, and dsterf to compute the eigenvalues.