Skip to content

Commit 9816062

Browse files
authored
Merge pull request #5727 from martin-frbg/lapack1187
Fix DGGES test seed to avoid bad matrix (Reference-LAPACK PR 1187)
2 parents 664f176 + 004cf0d commit 9816062

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lapack-netlib/TESTING/dgd.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
DGS Data for the Real Nonsymmetric Schur Form Driver
22
5 Number of matrix dimensions
3-
2 10 12 20 30 Matrix dimensions
3+
2 6 10 12 20 30 Matrix dimensions
44
1 1 1 2 1 Parameters NB, NBMIN, NXOVER, NS, NBCOL
55
10 Threshold for test ratios
66
.TRUE. Put T to test the error exits
7-
0 Code to interpret the seed
7+
2 Code to interpret the seed
8+
1234 5678 9012 3456
89
DGS 26 Test all 26 matrix types
910
DGV Data for the Real Nonsymmetric Eigenvalue Problem Driver
1011
6 Number of matrix dimensions
@@ -83,4 +84,4 @@ DXV Data for the Real Nonsymmetric Eigenvalue Expert Driver
8384
0.0000D+00 0.0000D+00 0.0000D+00 1.0000D+00
8485
1.3639D+00 4.0417D+00 6.4089D-01 6.8030D-01 eigenvalue condition #'s
8586
7.6064D-01 8.4964D-01 1.1222D-01 1.1499D-01 eigenvector condition #'s
86-
0
87+
0

0 commit comments

Comments
 (0)