Example program for dpprfs
This example solves the system of equations
A
X
=
B
using iterative refinement and to compute the forward and backward error bounds, where
A
=
4.16
-
3.12
0.56
-
0.10
-
3.12
5.03
-
0.83
1.18
0.56
-
0.83
0.76
0.34
-
0.10
1.18
0.34
1.18
and
B
=
8.70
8.30
-
13.35
2.13
1.89
1.61
-
4.14
5.00
.
Here
A
is symmetric positive definite, stored in packed form, and must first be factorized by
dpptrf
.
f90 source code
Input data file
Expected results