Commit Graph
3428 Commits
Author SHA1 Message Date
Martin Kroeker 1f288756fa Fix use of unallocated array in workspace query and wrong type of argument to xSCAL 2020-08-06 18:34:25 +02:00
Martin Kroeker a149100696 Expand TAU array as SGEMQR/DGEMQR read elements 2 and 3 2020-08-03 23:15:21 +02:00
thijs 705ab282ee remove iterative refinement 2020-06-26 14:46:54 +02:00
thijs 5c83787852 add some more test cases 2020-06-24 14:52:33 +02:00
thijs a95a077bfb add some tests to increase coverage 2020-06-24 14:01:09 +02:00
Thijs Steel 24a1b8c528 single precision implementation 2020-06-21 11:51:42 +02:00
Thijs Steel a8bcd43c88 small bug fix 2020-06-21 11:51:23 +02:00
thijs f01ef610f5 fix dumb mistake 2020-06-20 11:20:27 +02:00
thijs 1f04641ee2 iterative refinement 2020-06-19 20:08:32 +02:00
thijs c30c043651 also update error check in real methods 2020-06-17 22:31:47 +02:00
Thijs Steel 4c3a975a9a fix typos in criteria 2020-06-17 13:11:12 +02:00
thijs c8fdb1984c change the stability check in complex variants to reflect new improved expected error 2020-06-17 10:36:53 +02:00
thijs 198f205109 small improvement to shur swapping 2020-06-17 10:00:58 +02:00
Martin Kroeker 006526327d Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:51:18 +02:00
Martin Kroeker cd1db4338e Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:50:19 +02:00
Martin Kroeker 9297ae48a8 Break out of potentially inifinite rescaling loop after 20 iterations 2020-06-06 17:47:57 +02:00
Martin Kroeker 2e9b52c1c0 Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:46:48 +02:00
Martin Kroeker 267d3d18e5 Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:42:45 +02:00
Martin Kroeker 7439cc0af5 Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:23:24 +02:00
Martin Kroeker ac3f163d8b Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:22:23 +02:00
Martin Kroeker ef8afbef47 Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:20:57 +02:00
Martin Kroeker 600c5e9963 Break out of potentially infinite rescaling loop after 20 iterations 2020-06-06 17:18:59 +02:00
Martin Kroeker de1fbc2337 Merge pull request #2 from Reference-LAPACK/master
rebase
2020-06-06 17:14:25 +02:00
Igor Zhuravlov 4bcc555d31 code fixed: take absolute value to make comparison correct 2020-06-02 22:26:49 +10:00
Igor Zhuravlov 3cab95c495 code fixed: LWKOPT restored in WORK( 1 ) at subroutine end 2020-06-02 22:26:38 +10:00
Igor Zhuravlov e526ade751 code simplified: redundant computations removed 2020-06-02 22:26:38 +10:00
Igor Zhuravlov a83cb3ece1 code simplified: re-computation avoided 2020-06-02 22:26:38 +10:00
Igor Zhuravlov 33accab064 code fixed and unified: NW lower bound limited
- to avoide possible divide by zero (LDWORK) in xxxMLQ, xxxMQR, xxxMRZ
- to unify code with ZUNMRZ, xxxMQL, xxxMRQ
2020-06-02 22:26:38 +10:00
Igor Zhuravlov f6a3b18e9f code formatted: spacing removed between subroutine's name and parentheses around arguments 2020-06-02 22:25:21 +10:00
Igor Zhuravlov 1480bec948 code and comments fixed: subroutine name 2020-06-02 22:24:59 +10:00
Igor Zhuravlov b802a7d3ff comment fixed: proper side specified 2020-06-02 22:23:18 +10:00
Igor Zhuravlov c52a9cd69c comments fixed: typos 2020-06-02 22:23:18 +10:00
Igor Zhuravlov 79633990c6 comments fixed: 'Transpose' replaced by 'Conjugate transpose' 2020-06-02 22:23:18 +10:00
Igor Zhuravlov 036011fe15 comments unified: EOLs at EOF 2020-06-02 22:22:45 +10:00
Igor Zhuravlov f2c6ffc902 comments unified: 'End of' comment: prepending empty line added 2020-06-02 22:08:33 +10:00
Igor Zhuravlov 2b06338300 comments unified: 'End of' comment: letters case unified 2020-06-02 22:08:33 +10:00
Igor Zhuravlov b4667cfa7d comments unified: 'End of' comment: name fixed 2020-06-02 22:08:33 +10:00
Igor Zhuravlov 7900bc9585 comments unified: 'End of' comment: added where omitted 2020-06-02 22:08:32 +10:00
Igor Zhuravlov 831899b892 comments unified: 'End of' comment: trash removed at the end of line 2020-06-02 22:08:15 +10:00
Mat Cross 814795fb54 Protect against undefined make variables 2020-04-29 14:41:54 +01:00
Ilhan Polat c80ba372c5 Fix the loop index scalar in ZHEEQUB.f 2020-04-27 12:36:59 +02:00
julielangou 8e1e16c630 Merge pull request #399 from bradking/cmake-fortran-fixed-format
cmake: Tell CMake that our Fortran sources are in fixed format
2020-04-21 11:06:46 -07:00
langou 29fe9e46a7 Merge pull request #403 from MaximeVdB/recursive_ifort_option
Recursive option for ifort configuration
2020-03-31 18:05:00 -06:00
mvdb e2700c72c4 Added -Mrecursive option to pgf95 configuration
This is done for similar reasons as the '-frecursive'
option in the gfortran configuration file (see e.g. bug112)
2020-03-31 15:53:21 -04:00
mvdb 0ec7f11be1 Added -recursive option to ifort configuration
This is done for similar reasons as the '-frecursive'
option in the gfortran configuration file (see e.g. bug112)
2020-03-30 22:15:59 +02:00
langou d7391ded9a Merge pull request #402 from matcross/master
Incorrect behaviour in real ?LACN2 under Fortran 95 SIGN semantics. Improved some ?COPY testing.
2020-03-30 09:03:04 -06:00
Mat Cross 55e6ff5b31 Incorrect behaviour in SLACN2 under Fortran 95 SIGN semantics. 2020-03-30 15:22:44 +01:00
Mat Cross 1c1bd1e67b Removed now-unused SIGN intrinsic. 2020-03-30 15:21:58 +01:00
Mat Cross c940e4d202 Just run zero-increment copy tests once, and with INCX/INCY explicitly set to aid tracing. 2020-03-30 13:34:27 +01:00
Mat Cross 1ec10176bf Force Fortran 77 SIGN semantics viz. negative zero, matching the original algorithm. 2020-03-30 10:55:35 +01:00