Example program for dsteqr

This example computes all the eigenvalues and eigenvectors of the symmetric tridiagonal matrix T, where
T = -6.99 -0.44 0.00 0.00 -0.44 7.92 -2.63 0.00 0.00 -2.63 2.34 -1.18 0.00 0.00 -1.18 0.32 .  
See also the examples for dorgtr, dopgtr or dsbtrd, which illustrate the use of this routine to compute the eigenvalues and eigenvectors of a full or band symmetric matrix.