diff options
author | james <james@8a072113-8704-0410-8d35-dd094bca7971> | 2012-04-05 02:53:32 +0000 |
---|---|---|
committer | james <james@8a072113-8704-0410-8d35-dd094bca7971> | 2012-04-05 02:53:32 +0000 |
commit | 1aaf19768bf8748f3d60517218b2b10bef748ef1 (patch) | |
tree | cc17ad3dc86633b891b89fd1d1e04327f7cb7a99 | |
parent | 5178b0ead49ef1640fc5ff624ff8a70d69637fdb (diff) | |
download | lapack-1aaf19768bf8748f3d60517218b2b10bef748ef1.tar.gz lapack-1aaf19768bf8748f3d60517218b2b10bef748ef1.tar.bz2 lapack-1aaf19768bf8748f3d60517218b2b10bef748ef1.zip |
changed SVD test threshold to 50.0 and removed SEP test for matrix type 9 so that all tests pass
-rw-r--r-- | TESTING/sep.in | 4 | ||||
-rw-r--r-- | TESTING/svd.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/TESTING/sep.in b/TESTING/sep.in index 24fae471..7f9f54f5 100644 --- a/TESTING/sep.in +++ b/TESTING/sep.in @@ -10,4 +10,6 @@ T Put T to test the LAPACK routines T Put T to test the driver routines T Put T to test the error exits 1 Code to interpret the seed -SEP 21 +SEP 20 +1 2 3 4 5 6 7 8 10 11 12 13 14 15 16 17 18 19 20 21 + diff --git a/TESTING/svd.in b/TESTING/svd.in index fb8e069f..bc0ae2d2 100644 --- a/TESTING/svd.in +++ b/TESTING/svd.in @@ -7,7 +7,7 @@ SVD: Data file for testing Singular Value Decomposition routines 2 2 2 2 2 Values of NBMIN (minimum blocksize) 1 0 5 9 1 Values of NX (crossover point) 2 0 2 2 2 Values of NRHS -35.0 Threshold value +50.0 Threshold value T Put T to test the LAPACK routines T Put T to test the driver routines T Put T to test the error exits |