Example program for dspevd
This example computes all the eigenvalues and eigenvectors of the symmetric matrix
A
, where
A
=
1.0
2.0
3.0
4.0
2.0
2.0
3.0
4.0
3.0
3.0
3.0
4.0
4.0
4.0
4.0
4.0
.
f90 source code
Input data file
Expected results