Commit Graph
1422 Commits
Author SHA1 Message Date
Julie 59f136760f Update Source code to fix issue with links in Doxygen
Removed \htmlonly and \endhtmlonly (causing links to not work)
Increase DOT_GRAPH_MAX_NODES   to 200
2025-01-20 17:34:06 -08:00
Martin Kroeker 3c209c6bdf Fix line reflow on addition of _64 symbol suffix 2025-01-19 22:59:21 +01:00
Martin Kroeker bc0c38f247 Fix line reflow on addition of _64 symbol suffix 2025-01-19 22:58:19 +01:00
Martin Kroeker 304fa305e8 Fix line reflow on addition of _64 symbol suffixes 2025-01-19 22:55:52 +01:00
Wouter Deconinck 3aa877584b dlahrd.f: consistent line reflow for DTRMV calls 2025-01-10 13:05:28 -06:00
langou 6ec7f2bc4e Merge pull request #1080 from jprhyne/master
Adding a recursive xLARFT
2024-12-03 04:39:11 -07:00
Johnathan Rhyne e9b05ef6e9 Updated variants information as well as fixed trailing line in zlarft 2024-11-30 11:19:15 -05:00
Johnathan Rhyne db48820da7 lowered line length to hopefully fix build failures in the CI 2024-11-30 11:05:04 -05:00
Johnathan Rhyne d4741c8a57 removed all extranous changes 2024-11-30 08:52:03 -05:00
Johnathan Rhyne 273ab49035 removed extranous changes (hopefully x2) 2024-11-30 08:51:18 -05:00
Johnathan Rhyne 354a16f22f Removed mod files and extranous file changes (hopefully) 2024-11-30 08:49:18 -05:00
Hubertus van Dam a6c1dd6ce8 Adding missing entries 2024-11-28 19:39:21 +01:00
Hubertus van Dam 0e4c25b00e Adding extra space for extended API 2024-11-28 15:28:34 +01:00
Hubertus van Dam 37e4061ec4 Add extra space for extended API 2024-11-28 12:41:58 +01:00
Hubertus van Dam 76361efae0 Add extra space for extended API 2024-11-28 12:38:40 +01:00
Hubertus van Dam 97e39473f3 Add extra space for extended API 2024-11-28 12:36:07 +01:00
Hubertus van Dam 494425c908 Add extra space for extended API 2024-11-28 12:29:49 +01:00
Hubertus van Dam 97c7845511 And once more. 2024-11-28 12:23:28 +01:00
Hubertus van Dam 47f3d2ae07 Add extra space for extended API 2024-11-28 12:21:28 +01:00
Hubertus van Dam 3f9b12c4ca The extended API needs extra space for _64
For the extended API subroutine names are extended with _64 (e.g.
CGEGS becomes CGEGS_64). Extra space is needed so that the extension
does not violate Fortran line length conventions.
2024-11-28 12:10:45 +01:00
Johnathan Rhyne 2534b59e31 updating documentation to be more descriptive 2024-11-22 16:08:21 -07:00
Johnathan Rhyne 46e8388218 Merge branch 'Reference-LAPACK:master' into master 2024-11-03 19:28:18 -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 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
Johnathan Rhyne 212270836b DO NOT MERGE: demonstrating changes work 2024-10-14 11:16:34 -06: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
Ilhan Polat 4d1f73ccdb DOC:trsly3: Add dtrsyl3/strsyl3 grouping statements 2024-09-14 15:09:24 +02:00
sergey-v-kuznetsov 7fd3d47b03 PR contains bug fixes found in ?tfsm 2024-08-09 17:17:35 -07:00
GYT c3c505b1c7 Add notes to *GGGLM about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
GYT b7335217c1 Add notes to *GGLSE about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
GYT 3ed4768ed0 Add notes to *GETSLS about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
GYT ba91e7eddb Add notes to *GELST about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
GYT 1bf0ea2f93 Add notes to *GELS about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
GYT 6922840707 Add notes to *TPTRS about how only exact singularity is checked 2024-07-25 12:50:47 +02:00
GYT 4afdca25b2 Add "exact" to *TRTRS and *TBTRS info value descriptions 2024-07-25 12:50:47 +02:00
GYT 5475251aba Add note to *TRTRS and *TBTRS about how only exact singularity is checked 2024-07-25 12:50:47 +02:00
Simon Maertens 349b76a5ee Remove trailing whitespace 2024-07-12 15:00:39 +01:00
Simon Maertens 22f9be6a47 Added parentheses to multiplications to prevent compilers from using FMAs where the different rounding can lead to a change in control flow. 2024-07-12 14:52:11 +01:00
langou d54857fa41 Merge pull request #1030 from dklyuchinskiy/fix-few-typos-and-sytrd-workspace
fix few typos and sytrd boundary workspace
2024-06-21 09:22:38 -07:00
Dmitry Klyuchinsky 69992ad76d fix few typos and sytrd boundary workspace 2024-06-21 18:29:42 +07:00
Dmitry Klyuchinsky 7320891517 align documentation of bdsqr workspace with code 2024-06-21 15:11:33 +07:00
langou dbc2fbdd89 Merge pull request #1020 from jprhyne/orm2r
Implementation of dorm2r and dlarf1f
2024-06-20 05:48:30 -07:00
Johnathan Rhyne 9a51a35c8b fixing compilation errors in test suite 2024-06-19 23:36:02 -04:00
Johnathan Rhyne 57b267c902 fixing compilation errors due to not checking for lastc=0 2024-06-19 22:09:04 -04:00
langou 256c836898 Merge pull request #1019 from EduardFedorenkov/1011-add-larf1f-and-larf1l-in-lapack
develop DLARF1F and implement in ORM2R, #1011
2024-06-19 08:03:18 -07:00
Johnathan Rhyne 59533536f4 Merge branch 'Reference-LAPACK:master' into orm2r 2024-06-19 07:22:20 -04:00
Johnathan Rhyne 4a5139ee3f adding macro to lapack_64.h 2024-06-18 10:43:44 -04:00
Johnathan Rhyne b564666e6c adding macro to lapack_64.h 2024-06-18 10:43:28 -04:00