Example program for dsbtrd

This example computes all the eigenvalues and eigenvectors of the matrix A, where
A = 4.99 0.04 0.22 0.00 0.04 1.05 -0.79 1.04 0.22 -0.79 -2.31 -1.30 0.00 1.04 -1.30 -0.43 .  
Here A is symmetric and is treated as a band matrix. The program first calls dsbtrd to reduce A to tridiagonal form T, and to form the orthogonal matrix Q; the results are then passed to dsteqr which computes the eigenvalues and eigenvectors of A.