Martin Köhler
e6eeebd789
Merge branch 'Reference-LAPACK:master' into implement-axpby
2025-07-10 11:25:58 +02:00
langou
98f34fd3c9
Merge pull request #1145 from martin-frbg/issue1144
...
Have LAPACKE_STRSEN/DTRSEN allocate IWORK to at least one element in all job types
2025-07-09 20:01:20 -06:00
Martin Kroeker
2d56b7e6a2
Allocate IWORK to hold at least the one element for workspace queries
2025-07-09 23:26:12 +02:00
Martin Kroeker
ecbbecd48a
Allocate IWORK to hold at least the one element for workspace queries
2025-07-09 23:23:56 +02:00
langou
efbd2fdf44
Merge pull request #1142 from Reference-LAPACK/revert-1129-issue1128
...
Revert "Avoid memory corruption with non-finite inputs in ?GEEV"
2025-06-26 09:24:50 -06:00
Martin Kroeker
caf674f0d2
Revert "Avoid memory corruption with non-finite inputs in ?GEEV"
2025-06-26 16:41:21 +02:00
langou
49ff1770ef
Merge pull request #1139 from angsch/issue-1132
...
Adjust line reflow in LA_GEAM for ILP64 build
2025-06-24 12:33:01 -06:00
Angelika Schwarz
ea67169477
Adjust line reflow in LA_GEAM for ILP64 build
2025-06-24 19:25:39 +02:00
Martin Köhler
0ab775d65b
Merge branch 'master' into implement-axpby
2025-06-17 09:11:54 +02:00
langou
52a9434793
Merge pull request #1116 from weslleyspereira/try-new-icamax
...
Adds new icamax with exception handling
2025-06-16 07:11:37 -06:00
langou
14df73a8c6
Merge pull request #1135 from langou/try___fix_cunmlq_zunmlq_in_LAPACKE
2025-06-13 20:29:33 -06:00
langou
18587a4169
Merge pull request #1124 from grisuthedragon/fix-const-cblas
...
Fix const qualifier warnings in CBLAS
2025-06-13 17:51:02 -06:00
langou
fd138de5e5
Merge pull request #1129 from martin-frbg/issue1128
...
Avoid memory corruption with non-finite inputs in ?GEEV
2025-06-13 17:48:29 -06:00
Julien Langou
709a34bb95
Fix #1134 - Bug in Reference LAPACKE’s cunmlq and zunmlq for row-major layout and side right
...
Bug reported by @neil-lindquist. Thanks Neil!
On line 93 of both lapacke_cunmlq_work.c and lapacke_zunmlq_work.c, m is passed
to LAPACKE_zge_trans as the 2nd dimension. However, the 2nd dimension should be
r to handle side right correctly. All the other versions of {or,un}m{qr,lq} seem
to be correct.
Also line 52 of lapacke_cunmlq.c and lapacke_zunmlq.c have the same issue: m is
used for the column dimension instead of r. (Those files also do not currently
compute r). The real valued cases have the correct behavior.
2025-06-13 17:40:01 -06:00
langou
8b24458ab6
Merge pull request #1133 from langou/fix_1127__missing_external_declartion_in_larf1f_and_larf1l
...
Fix #1127 - Add some EXTERNAL declaration in xLARF1L and xLARF1F
2025-06-13 17:08:27 -06:00
Julien Langou
aed00bf394
Fix #1127 - Add some EXTERNAL declaration in xLARF1L and xLARF1F
...
Thanks @syx828
2025-06-13 16:15:35 -06:00
langou
8282ae9688
Merge pull request #1130 from angsch/rm-version
...
Remove hardcoded "version 3.X"
2025-06-13 14:54:49 -06:00
langou
4758c863f5
Merge pull request #1131 from angsch/czgeqp3rk
...
Fix bypassing corner cases due to uninitialized variable in [c,z]geqp3rk
2025-06-09 19:17:45 -06:00
Angelika Schwarz
b5b4661ba8
Fix bypassing corner cases due to uninitialized variable in [c,z]geqp3rk
2025-06-10 01:41:48 +02:00
Angelika Schwarz
1a92dcac7c
Remove hardcoded "version 3.X"
2025-06-03 12:28:23 +02:00
langou
2475f7b391
Merge pull request #1126 from ajz34/fix-gesdd-ldvt_1
...
Fix too strict leading dimension check on LAPACKE_?gesdd_work
2025-05-31 08:32:29 -06:00
Martin Kroeker
d72484317a
Avoid memory corruption if INFO<0
2025-05-17 15:00:44 +02:00
Martin Kroeker
76ce5053f4
Avoid memory corruption if INFO<0
2025-05-17 14:59:29 +02:00
Martin Kroeker
4ac1c6922e
Update dgeev.f
2025-05-17 14:58:27 +02:00
Martin Kroeker
8f2d86aff6
Fix potential memory corruption if INFO<0
2025-05-17 14:52:15 +02:00
ajz34
88f65d66b5
fix ldvt check in ?gesdd
2025-05-12 19:42:53 +08:00
langou
b054023bcd
Merge pull request #1094 from wdconinc/gelqs-geqrs-work-lwork
...
?ge(lq|qr)s.f: WORK( LWORK ) -> WORK( * )
2025-05-09 07:49:46 -06:00
Martin Köhler
c1c39a8a14
Fixed cast-qual and other warnings in LAPACKE
2025-04-24 10:40:18 +02:00
Martin Köhler
3e9035955f
Add typecasts to outputs
2025-04-23 23:38:11 +02:00
Martin Köhler
a077ce6f53
Fix warnings in CBLAS testing and examples
2025-04-23 23:27:09 +02:00
Martin Köhler
fc067149ee
Fix const qualifier for double complex routines
2025-04-23 23:12:05 +02:00
Martin Köhler
dbc45f746f
Fix const qualifier for float complex routines
2025-04-23 22:40:59 +02:00
Martin Köhler
506f2b3541
Merge branch 'Reference-LAPACK:master' into implement-axpby
2025-04-23 21:31:09 +02:00
langou
72df25ba80
Merge pull request #1117 from weslleyspereira/fix-docs-rotm
2025-04-16 09:36:10 -06:00
langou
3610ceb837
Merge pull request #1119 from dklyuchinskiy/lapack-fix-geev-err-test
...
fix missed error message in test for eigenvalue driver routines ed
2025-04-07 09:59:21 -06:00
Dmitry Klyuchinsky
ea84abe35f
fix missed error message in test for eigenvalue driver routines *ed
2025-04-07 11:40:21 +07:00
Weslley da Silva Pereira
d70c8c040d
Improvements following @angsch's review
2025-03-31 13:32:24 -06:00
Weslley da Silva Pereira
e338bb87e1
Change my affiliation in icamax and izamax
2025-03-28 09:24:58 -06:00
Weslley da Silva Pereira
e3a48809c8
use /= instead of isnan
2025-03-28 08:23:58 -06:00
Weslley da Silva Pereira
50dc1bf238
Adds new izamax with exception handling
2025-03-27 16:12:17 -06:00
Weslley da Silva Pereira
3c32809d15
Adds disclaimer about non listed values in ROTM
2025-03-27 15:59:40 -06:00
Weslley da Silva Pereira
97bc2e3134
Adds new icamax with exception handling
2025-03-27 15:42:03 -06:00
langou
ca82e5ea5c
Merge pull request #1111 from zaikunzhang/patch-1
...
Update README.md
2025-03-07 08:04:20 -07:00
Zaikun ZHANG
39523862cd
Update README.md
...
Fix a typo in README.
2025-03-07 19:02:29 +08:00
langou
6b1827041f
Merge pull request #1107 from grisuthedragon/improve-gemmtr-tests
...
Fix the testsuite of xGEMMTR
2025-02-06 19:00:27 -07:00
Martin Köhler
4c637b8329
Fix the test of xGEMMTR
...
- make the SRNAME in XERBLA more robust against strings passed from C (e.g. OpenBLAS)
- adjust the maximum length of a function name from 6 to 7 characters
- add a missing parameter in the error output for z/cgemmtr.
2025-02-06 15:20:50 +01:00
langou
a00531096f
Merge pull request #1101 from julielangou/master
...
Update Source code to fix issue with links in Doxygen
2025-01-20 23:57:11 -07:00
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
langou
447fd4e784
Merge pull request #1099 from martin-frbg/reflow_lines
...
Fix line reflow in some of the DEPRECATED sources
2025-01-20 01:02:07 -07:00
Martin Kroeker
3c209c6bdf
Fix line reflow on addition of _64 symbol suffix
2025-01-19 22:59:21 +01:00