Example program for dspgvx
This example finds the eigenvalues in the half-open interval
-
1.0
,
1.0
, and corresponding eigenvectors, of the generalized symmetric eigenproblem
A
z
=
λ
B
z
, where
A
=
0.24
0.39
0.42
-
0.16
0.39
-
0.11
0.79
0.63
0.42
0.79
-
0.25
0.48
-
0.16
0.63
0.48
-
0.03
and
B
=
4.16
-
3.12
0.56
-
0.10
-
3.12
5.03
-
0.83
1.09
0.56
-
0.83
0.76
0.34
-
0.10
1.09
0.34
1.18
.
The example program for
dspgvd
illustrates solving a generalized symmetric eigenproblem of the form
A
B
z
=
λ
z
.
f90 source code
Input data file
Expected results