Example program for dspgvd

This example finds all the eigenvalues and eigenvectors of the generalized symmetric eigenproblem ABz=λz , where
A = 0.24 0.39 0.42 -0.16 0.39 -0.11 0.79 0.63 0.42 0.79 -0.25 0.48 -0.16 0.63 0.48 -0.03   and   B = 4.16 -3.12 0.56 -0.10 -3.12 5.03 -0.83 1.09 0.56 -0.83 0.76 0.34 -0.10 1.09 0.34 1.18 ,  
together with an estimate of the condition number of B, and approximate error bounds for the computed eigenvalues and eigenvectors.
The example program for dspgv illustrates solving a generalized symmetric eigenproblem of the form Az = λ Bz .