-
Notifications
You must be signed in to change notification settings - Fork 1
/
cg_prb_output.txt
59 lines (42 loc) · 1.38 KB
/
cg_prb_output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
9 July 2014 8:24:53.990 PM
CG_PRB
FORTRAN77 version
Test the CG library.
TEST01
Test R8GE_CG, applying CG to a full storage matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.287622E-12
Norm of error ||x1-x2|| = 0.300806E-12
TEST02
Test R83_CG, applying CG to an R83 matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.847455E-15
Norm of error ||x1-x2|| = 0.416160E-15
TEST023
Test R83S_CG, applying CG to an R83S matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.847455E-15
Norm of error ||x1-x2|| = 0.416160E-15
TEST025
Test R83T_CG, applying CG to an R83T matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.847455E-15
Norm of error ||x1-x2|| = 0.416160E-15
TEST03
Test R8PBU_CG, applying CG to an R8PBU matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.847455E-15
Norm of error ||x1-x2|| = 0.416160E-15
TEST04
Test R8SD_CG, applying CG to an R8SD matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.847455E-15
Norm of error ||x1-x2|| = 0.416160E-15
TEST05
Test R8SP_CG, applying CG to an R8SP matrix.
Number of variables N = 10
Norm of residual ||Ax-b|| = 0.847455E-15
Norm of error ||x1-x2|| = 0.416160E-15
CG_PRB
Normal end of execution.
9 July 2014 8:24:53.991 PM