This example computes all the eigenvalues and eigenvectors of the matrix
, where
Here
is Hermitian and must first be reduced to tridiagonal form by
zhetrd. The program then calls
zungtr to form
, and passes this matrix to
zsteqr which computes the eigenvalues and eigenvectors of
.