Example program for dgeev
This example finds all the eigenvalues and right eigenvectors of the matrix
A
=
0.35
0.45
-
0.14
-
0.17
0.09
0.07
-
0.54
0.35
-
0.44
-
0.33
-
0.03
0.17
0.25
-
0.32
-
0.13
0.11
.
Note that the block size (NB) of
64
assumed in this example is not realistic for such a small problem, but should be suitable for large problems.
f90 source code
Input data file
Expected results