Example program for dstevr
This example finds the eigenvalues with indices in the range
2
,
3
, and the corresponding eigenvectors, of the symmetric tridiagonal matrix
T
=
1
1
0
0
1
4
2
0
0
2
9
3
0
0
3
16
.
f90 source code
Input data file
Expected results