Example program for dsptrd
This example reduces the matrix
A
to tridiagonal form, where
A
=
2.07
3.87
4.20
-
1.15
3.87
-
0.21
1.87
0.63
4.20
1.87
1.15
2.06
-
1.15
0.63
2.06
-
1.81
,
using packed storage.
f90 source code
Input data file
Expected results