Example program for dstevx
This example finds the eigenvalues in the half-open interval
0
,
5
, and the corresponding eigenvectors, of the symmetric tridiagonal matrix
A
=
1
1
0
0
1
4
2
0
0
2
9
3
0
0
3
16
.
f90 source code
Input data file
Expected results