Processing math: 100%

Example program for zheevd

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