Example program for zheevd

This example computes all the eigenvalues and eigenvectors of the Hermitian matrix A, where
A = 1.0+0.0i 2.0-1.0i 3.0-1.0i 4.0-1.0i 2.0+1.0i 2.0+0.0i 3.0-2.0i 4.0-2.0i 3.0+1.0i 3.0+2.0i 3.0+0.0i 4.0-3.0i 4.0+1.0i 4.0+2.0i 4.0+3.0i 4.0+0.0i .  
The example program for zheevd illustrates the computation of error bounds for the eigenvalues and eigenvectors.