Commit Graph
3428 Commits
Author SHA1 Message Date
Johnathan Rhyne dadd80e753 Merge branch 'master' of github.com:jprhyne/lapack 2024-11-22 16:08:42 -07:00
Johnathan Rhyne 2534b59e31 updating documentation to be more descriptive 2024-11-22 16:08:21 -07:00
Johnathan Rhyne 60c66af71b Merge pull request #2 from jprhyne/larft
Merge branch 'Reference-LAPACK:master' into larft
2024-11-22 22:55:35 +00:00
Johnathan Rhyne 3065ee8667 Merge branch 'Reference-LAPACK:master' into larft 2024-11-22 22:54:58 +00:00
Johnathan Rhyne 828db43a7c Merge branch 'Reference-LAPACK:master' into master 2024-11-15 17:25:35 -07:00
langou 9128e2051a Merge pull request #1071 from angsch/scorecard
[Github workflow] Bump scorecard version
2024-11-07 10:32:58 -07:00
Angelika Schwarz 747d971136 [Github workflow] Bump scorecard version 2024-11-06 21:33:00 +01:00
Johnathan Rhyne 46e8388218 Merge branch 'Reference-LAPACK:master' into master 2024-11-03 19:28:18 -07:00
langou 1573c82754 Merge pull request #1069 from angsch/use-gemmtr
Use GEMMTR for SY/HE linear updates
2024-10-26 12:39:30 -07:00
Angelika Schwarz 09cb849a23 Use GEMMTR for SY/HE linear updates 2024-10-25 13:25:02 +02:00
Johnathan Rhyne 1ba075ccd8 updating parameter definition in the single complex version 2024-10-16 11:40:20 -06:00
Johnathan Rhyne b966220510 Merge pull request #1 from jprhyne/larft
Larft
2024-10-16 11:16:44 -06:00
Johnathan Rhyne 298804e738 Merge branch 'Reference-LAPACK:master' into larft 2024-10-16 11:13:40 -06:00
Johnathan Rhyne 13aab4adf0 Merge branch 'Reference-LAPACK:master' into master 2024-10-16 11:09:43 -06:00
Johnathan Rhyne 54956283e2 CAN MERGE: Implemented my version of xlarft with comments added, and moved the previous version into VARIANTS 2024-10-16 11:08:37 -06:00
langou 60618095bc Merge pull request #1062 from schnorr/master
Remove comparison as these conditions are never true
2024-10-15 07:31:51 -07:00
Lucas M. Schnorr a848e1e760 fix environment variable name 2024-10-15 10:10:37 -03:00
Johnathan Rhyne 212270836b DO NOT MERGE: demonstrating changes work 2024-10-14 11:16:34 -06:00
langou d60614e022 Merge pull request #1064 from dklyuchinskiy/lapack-fix-ldb-in-get52
fix leading dimension for matrix B in test routine get52
2024-10-14 08:14:13 -07:00
Johnathan Rhyne 4490848058 Merge branch 'master' of github.com:jprhyne/lapack 2024-10-14 08:08:59 -06:00
Johnathan Rhyne d1f787c82b Merge branch 'master' of github.com:jprhyne/lapack 2024-10-14 08:08:01 -06:00
Dmitry Klyuchinsky 5efeb474ec fix leading dimension for matrix B in test routine get52 2024-10-14 18:52:58 +07:00
Lucas M. Schnorr f04808c2ab remove comparison as these conditions are never true 2024-10-12 01:14:13 -03:00
Weslley S. Pereira fd3985f06b Merge pull request #1045 from martin-frbg/fix_macos_ci
CI: Update the MacOS jobs to use gcc-14 in github workflows
2024-10-02 10:32:50 -06:00
langou db1bcd2186 Merge pull request #1059 from Reference-LAPACK/revert-1058-revert-1046-fixup-1042
Revert "Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM""
2024-10-02 09:26:49 -07:00
Weslley S. Pereira 17e7f9ee22 Revert "Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM"" 2024-10-02 10:01:14 -06:00
Weslley S. Pereira 1ae4bd76ed Merge pull request #1058 from Reference-LAPACK/revert-1046-fixup-1042
Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM"
2024-10-02 09:30:05 -06:00
langou dd627fcb20 Revert "Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM" 2024-10-01 09:04:40 -06:00
langou 847c5a0dd3 Merge pull request #1046 from martin-frbg/fixup-1042
Add a few forgotten API_SUFFIX wrappers in the recently changed LAPACKE ?TFSM
2024-10-01 07:33:54 -07:00
Martin Köhler 1221bb2595 Merge branch 'Reference-LAPACK:master' into implement-axpby 2024-09-23 11:55:31 +02:00
Angelika Schwarz 18d002a32a Converge >= and > usage in docs and implementation of GESVJ 2024-09-17 19:24:25 +02:00
langou 4b3d8a4643 Merge pull request #1051 from ilayn/trsyl_real_docs
DOC:trsly3: Add dtrsyl3/strsyl3 grouping statements
2024-09-14 08:06:49 -07:00
Ilhan Polat 4d1f73ccdb DOC:trsly3: Add dtrsyl3/strsyl3 grouping statements 2024-09-14 15:09:24 +02:00
Martin Köhler f21a6aefd2 Fix error if alpha=0 2024-08-28 22:46:32 +02:00
Martin Köhler 4b9693f8f1 Add CBLAS for AXPBY 2024-08-26 16:27:18 +02:00
Martin Köhler c571921241 Update CBLAS headers 2024-08-26 16:27:18 +02:00
Martin Köhler ad70e7218f Tests for C/S/D/ZAXBPY 2024-08-26 16:27:18 +02:00
Martin Köhler 6cdf7bc3a4 Implement AXBPY 2024-08-26 16:27:18 +02:00
Martin Kroeker 2cbabee96f Merge pull request #1044 from martin-frbg/removec++dependency
Declare project dependency on C to avoid the CMAKE default of C,C++
2024-08-21 14:54:39 +02:00
Martin Kroeker 427a9b4526 Add another missing API_SUFFIX wrapper 2024-08-20 17:16:31 +02:00
Martin Kroeker 9d56cfff6d Add missing API_SUFFIX wrapper 2024-08-20 17:13:38 +02:00
Martin Kroeker 4416581d75 Add missing API_SUFFIX wrapper 2024-08-20 17:12:47 +02:00
Martin Kroeker 8048b74f54 Add missing API_SUFFIX wrapper 2024-08-20 17:11:57 +02:00
Martin Kroeker 04b02f0107 Add missing API_SUFFIX wrapper 2024-08-20 17:11:12 +02:00
Martin Kroeker a7b82edbae Add missing API_SUFFIX wrapper 2024-08-20 17:10:17 +02:00
Martin Kroeker e612c6df83 Add missing API_SUFFIX wrapper 2024-08-20 17:09:17 +02:00
Martin Kroeker 4b85a11e56 Add missing API_SUFFIX wrapper 2024-08-20 17:07:42 +02:00
Martin Kroeker 5c03f73611 add missing API_SUFFIX wrapper 2024-08-20 17:05:15 +02:00
Martin Kroeker 43add02e4f Update to gcc-14 on MacOS following removal of gcc-11 2024-08-20 16:18:12 +02:00
Martin Kroeker 87ffaf9e17 Use gcc-14 on MacOS following removal of gcc-11 2024-08-20 16:16:24 +02:00