Commit Graph

497 Commits

Author SHA1 Message Date
Martin Kroeker 00d7476b4b Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:39:21 +01:00
Martin Kroeker 1b668479de Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:37:52 +01:00
Martin Kroeker bd787c8a1a Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:36:47 +01:00
Martin Kroeker d3451af03f Fix uninitialized read/wrong variable (Reference-LAPACK PR 967) 2023-12-31 12:35:37 +01:00
Martin Kroeker c6fa921027 Add tests for ?GEDMD (Reference-LAPACK PR 959) 2023-12-23 23:39:53 +01:00
Martin Kroeker 283713e4c5 Add tests for ?GEDMD (Reference-LAPACK PR 959) 2023-12-23 23:32:45 +01:00
Martin Kroeker 201f22f49a Fix issues related to ?GEDMD (Reference-LAPACK PR 959) 2023-12-23 23:27:38 +01:00
Martin Kroeker 45ef0d7361 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 20:16:33 +01:00
Martin Kroeker c082669ad4 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 20:05:03 +01:00
Martin Kroeker 29d6024ec5 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 19:44:11 +01:00
Martin Kroeker 0814491d96 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 19:37:03 +01:00
Martin Kroeker 5c11b2ff41 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 19:27:20 +01:00
Martin Kroeker 8ce44c18a0 Handle corner cases of LWORK (Reference-LAPACK PR 942) 2023-12-23 19:24:10 +01:00
Martin Kroeker e67a0eaaf9 Restore OpenBLAS-specific build rule changes 2023-12-19 23:15:11 +01:00
Martin Kroeker bb8b91e9f2 restore OpenBLAS-specific test paths 2023-12-19 23:13:02 +01:00
Martin Kroeker aa46f1e4e7 revert addition of MSVC-compatible complex (moved to lapacke_config.h) 2023-12-12 23:07:48 +01:00
Martin Kroeker dcdc351272 Add MSVC-compatible complex types 2023-12-12 23:06:22 +01:00
Martin Kroeker dcf6999c4e remove extraneous endif 2023-12-12 11:27:17 +01:00
Martin Kroeker 330101e0b3 Add complex type definitions for MSVC 2023-12-11 21:52:00 +01:00
Martin Kroeker 589f2b6466 Fix search phrase used to count successful tests (Reference-LAPACK PR 954) 2023-12-05 20:10:20 +01:00
Martin Kroeker effb7af2a2 Fix memory leak (Reference-LAPACK PR 953) 2023-12-05 17:55:38 +01:00
Martin Kroeker 226a14c549 Restore library path adjustments 2023-12-05 15:50:06 +01:00
Martin Kroeker c5fa318add Add tests for DMD (Reference-LAPACK PR 736) 2023-12-05 15:45:59 +01:00
Martin Kroeker fa03e5497a Add tests for the DMD functions (Reference-LAPACK PR 736) 2023-12-05 15:43:28 +01:00
Martin Kroeker a53a79e059 Add tests for the DMD functions (Reference-LAPACK PR 736) 2023-12-05 15:41:39 +01:00
Martin Kroeker 08be9004f8 Update version number and copyright date to Reference-LAPACK 3.12.0 2023-11-25 18:57:17 +01:00
Martin Kroeker 578f0f9590 Update version number to 3.12.0 2023-11-25 18:53:16 +01:00
Martin Kroeker 3d9e20f614 Update version to 3.12.0 2023-11-25 18:51:54 +01:00
Martin Kroeker f7351e493c Update Reference-LAPACK docs to 3.12.0 2023-11-25 18:49:34 +01:00
Martin Kroeker ca5a87ff1d Small documentation fix for Truncated QR With Pivoting (Reference-LAPACK PR 941) 2023-11-25 15:31:18 +01:00
Martin Kroeker c883abf838 Revert unintentional change to linking rule from PR 4322 2023-11-22 22:41:53 +01:00
Martin Kroeker cc622f2406 restore OpenBLAS-specific target_link_libraries 2023-11-15 22:51:09 +01:00
Martin Kroeker 8b2a956890 Implement truncated QR with pivot (Reference-LAPACK PR 891) 2023-11-15 14:20:12 +01:00
Martin Kroeker 20a2a83f49 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 12:18:15 +01:00
Martin Kroeker f437339130 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 12:12:26 +01:00
Martin Kroeker 0eb8a87977 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 09:56:37 +01:00
Martin Kroeker 387830b9d5 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 09:53:06 +01:00
Martin Kroeker 40109c0392 Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 09:50:30 +01:00
Martin Kroeker 23cda457fb Implement truncated QR with pivoting (Reference-LAPACK PR 891) 2023-11-15 09:48:23 +01:00
Martin Kroeker 3d38da2bc4 Make vector orthogonalization more reliable (Reference-LAPACK PR 930) 2023-11-12 16:50:52 +01:00
Martin Kroeker d58c88cf42 Merge pull request #4310 from martin-frbg/lapack904
Apply rounding up to workspace calculations done with reals (Reference-LAPACK PR 904)
2023-11-12 16:45:10 +01:00
Martin Kroeker feeb10435b Merge pull request #4309 from martin-frbg/lapack926
Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926)
2023-11-12 15:28:16 +01:00
Martin Kroeker 2ce67e2ada Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 14:42:52 +01:00
Martin Kroeker f5664740cd Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 14:29:04 +01:00
Martin Kroeker 71fbdd908d Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 14:10:16 +01:00
Martin Kroeker c9378badd9 Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 13:56:06 +01:00
Martin Kroeker 225036fd92 Apply ROUNDUP_LWORK (Reference-LAPACK PR 904) 2023-11-12 13:43:22 +01:00
Martin Kroeker 58427ff74d Deprecate ?GELQS and ?GEQRS from TESTING/LIN (Reference-LAPACK PR 900) (#4307)
* Move ?GELQS and ?GEQRS from TESTING/LIN to DEPRECATED (Reference-LAPACK PR 900)

* Add f2c-converted versions of ?GELQS and ?GEQRS
2023-11-12 10:54:39 +01:00
Martin Kroeker b6144f70ff Change ?GECON to return INFO=1 if RCOND is NaN (Reference-LAPACK PR 926) 2023-11-11 23:41:18 +01:00
Martin Kroeker c14b1ebd30 Merge pull request #4295 from martin-frbg/lapack928
Correct constant ALPHA in ?ORBDB6 (Reference-LAPACK PR 928)
2023-11-07 14:44:08 +01:00