Example program for zheevd
This example computes all the eigenvalues and eigenvectors of the Hermitian matrix
A
, where
A
=
1.0
+
0.0
i
2.0
-
1.0
i
3.0
-
1.0
i
4.0
-
1.0
i
2.0
+
1.0
i
2.0
+
0.0
i
3.0
-
2.0
i
4.0
-
2.0
i
3.0
+
1.0
i
3.0
+
2.0
i
3.0
+
0.0
i
4.0
-
3.0
i
4.0
+
1.0
i
4.0
+
2.0
i
4.0
+
3.0
i
4.0
+
0.0
i
.
The example program for
zheevd
illustrates the computation of error bounds for the eigenvalues and eigenvectors.
f90 source code
Input data file
Expected results