Example program for dsbgst

This example computes all the eigenvalues of Az=λBz, where
A = 0.24 0.39 0.42 0.00 0.39 -0.11 0.79 0.63 0.42 0.79 -0.25 0.48 0.00 0.63 0.48 -0.03   and  B= 2.07 0.95 0.00 0.00 0.95 1.69 -0.29 0.00 0.00 -0.29 0.65 -0.33 0.00 0.00 -0.33 1.17 .  
Here A is symmetric, B is symmetric positive definite, and A and B are treated as band matrices. B must first be factorized by dpbstf. The program calls dsbgst to reduce the problem to the standard form Cy=λy, then dsbtrd to reduce C to tridiagonal form, and dsterf to compute the eigenvalues.