Example program for dsygst

This example computes all the eigenvalues of 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 .  
Here B is symmetric positive definite and must first be factorized by dpotrf. The program calls dsygst to reduce the problem to the standard form Cy=λy; then dsytrd to reduce C to tridiagonal form, and dsterf to compute the eigenvalues.