Browse Source

Merge pull request #4426 from martin-frbg/issue4415

Tweak LAPACK tests for SGS/DGS to avoid spurious errors resulting from FMA-induced inaccuracies
tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
b3341527ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lapack-netlib/TESTING/dgd.in
  2. +1
    -1
      lapack-netlib/TESTING/sgd.in

+ 1
- 1
lapack-netlib/TESTING/dgd.in View File

@@ -1,6 +1,6 @@
DGS Data for the Real Nonsymmetric Schur Form Driver
5 Number of matrix dimensions
2 6 10 12 20 30 Matrix dimensions
2 10 12 20 30 Matrix dimensions
1 1 1 2 1 Parameters NB, NBMIN, NXOVER, NS, NBCOL
10 Threshold for test ratios
.TRUE. Put T to test the error exits


+ 1
- 1
lapack-netlib/TESTING/sgd.in View File

@@ -1,6 +1,6 @@
SGS Data for the Real Nonsymmetric Schur Form Driver
5 Number of matrix dimensions
2 6 10 12 20 30 Matrix dimensions
2 10 12 20 30 Matrix dimensions
1 1 1 2 1 Parameters NB, NBMIN, NXOVER, NS, NBCOL
10 Threshold for test ratios
.TRUE. Put T to test the error exits


Loading…
Cancel
Save