diff options
author | Martin Koehler <koehlerm@mpi-magdeburg.mpg.de> | 2016-10-26 21:17:12 +0200 |
---|---|---|
committer | Martin Koehler <koehlerm@mpi-magdeburg.mpg.de> | 2016-10-26 21:17:12 +0200 |
commit | 429dfd83eeba01714bb6c8f49ae2b73f22f0df11 (patch) | |
tree | 49d8f210cab3b8c72bb11716601d0659a0b4d438 /lapack-netlib/TESTING | |
parent | 5af06c764a259e763e182a1ce302c50ec9250152 (diff) | |
download | openblas-429dfd83eeba01714bb6c8f49ae2b73f22f0df11.tar.gz openblas-429dfd83eeba01714bb6c8f49ae2b73f22f0df11.tar.bz2 openblas-429dfd83eeba01714bb6c8f49ae2b73f22f0df11.zip |
Fix threshold in nep.in
Diffstat (limited to 'lapack-netlib/TESTING')
-rw-r--r-- | lapack-netlib/TESTING/nep.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lapack-netlib/TESTING/nep.in b/lapack-netlib/TESTING/nep.in index c4a414910..af427fbde 100644 --- a/lapack-netlib/TESTING/nep.in +++ b/lapack-netlib/TESTING/nep.in @@ -10,7 +10,7 @@ NEP: Data file for testing Nonsymmetric Eigenvalue Problem routines 0 5 7 3 200 Values of INIBL (nibble crossover point) 1 2 4 2 1 Values of ISHFTS (number of simultaneous shifts) 0 1 2 0 1 Values of IACC22 (select structured matrix multiply: 0, 1 or 2) -20.0 Threshold value +40.0 Threshold value T Put T to test the error exits 1 Code to interpret the seed NEP 21 |