Example program for dsyev
This example finds all the eigenvalues and eigenvectors of the symmetric matrix
A
=
1
2
3
4
2
2
3
4
3
3
3
4
4
4
4
4
,
together with approximate error bounds for the computed eigenvalues and eigenvectors.
f90 source code
Input data file
Expected results