Example program for dsygvx

This example finds the eigenvalues in the half-open interval -1.0,1.0, and corresponding eigenvectors, of the generalized symmetric eigenproblem Az=λBz, 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 .  
The example program for dsygvd illustrates solving a generalized symmetric eigenproblem of the form ABz=λz.