Maria Kraynyuk
|
15d05b4fbc
|
fix code style in LAPACKE DGESV examples
|
2024-02-05 10:54:16 -08:00 |
|
Maria Kraynyuk
|
41909fd0c5
|
Add missed memory deallocation to LAPACKE DGESV examples
|
2024-02-05 10:54:16 -08:00 |
|
Maria Kraynyuk
|
ee213a3ed3
|
resolve conflicts after rebasing
|
2024-02-05 10:32:21 -08:00 |
|
Maria Kraynyuk
|
dae4c5a3a4
|
Add LAPACKE examples for extended _64 API
|
2024-02-05 10:28:27 -08:00 |
|
Maria Kraynyuk
|
907725572a
|
Wrap all functions to macro for Index-64 API in LAPACKE
|
2024-02-05 10:21:06 -08:00 |
|
Maria Kraynyuk
|
741a2c2ee0
|
Add extended API with _64 suffix to LAPACKE
|
2024-02-05 10:20:49 -08:00 |
|
Weslley S Pereira
|
88277c5b8e
|
Solves two memory leaks in the examples
|
2023-11-01 09:32:50 -06:00 |
|
Weslley S Pereira
|
981af1160b
|
Fix a minor bug
|
2023-10-31 11:18:28 -06:00 |
|
Weslley S Pereira
|
6a74005272
|
Solve a few bugs generated in the previous commit
|
2023-10-31 11:18:28 -06:00 |
|
Weslley S. Pereira
|
fa75a821b6
|
Merge pull request #893 from chayleaf/gnu-install-dirs
allow absolute GNU install dirs
|
2023-10-31 10:40:31 -06:00 |
|
Weslley S. Pereira
|
62e6bdfc71
|
Merge pull request #880 from martin-frbg/issue879
Update C prototypes and LAPACKE interfaces for ?GEDMD/?GEDMDQ
|
2023-10-31 10:40:09 -06:00 |
|
scivision
|
0a52d71f09
|
LAPACK CMakeLists.txt was using features from CMake 3.6 already
CMake 3.27 warns for cmake_minimum_required < 3.5
|
2023-10-12 15:42:13 -04:00 |
|
chayleaf
|
ddca8374dc
|
respect GNU install dirs
CMAKE_INSTALL_LIBDIR is allowed to be an absolute path. Use
CMAKE_INSTALL_FULL_LIBDIR instead.
|
2023-09-13 11:15:53 +07:00 |
|
Martin Kroeker
|
914f719422
|
properly cast from zwork_query result to lzwork
|
2023-07-12 15:29:39 +02:00 |
|
Martin Kroeker
|
b85e2bd578
|
fix types of work and zwork array in c/zgedmd interfaces
|
2023-07-11 23:25:46 +02:00 |
|
Martin Kroeker
|
6eecdf6c0c
|
update to match c/zgedmd interface fixes
|
2023-07-11 23:24:10 +02:00 |
|
Martin Kroeker
|
cc4798ea38
|
Adjust prototypes of Dynamic Mode Decomposition functions
|
2023-07-09 18:20:22 +02:00 |
|
Martin Kroeker
|
1575bb8e19
|
Update LAPACKE interfaces for Dynamic Mode Decomposition
|
2023-07-09 18:10:48 +02:00 |
|
Vladimir Chalupecky
|
5ea1d00b4c
|
Fix computation of uplo in LAPACKE_xlarfb
The shape of V depends on how the vectors are stored, not from which
side the block reflector is applied.
Fixes #877
|
2023-07-07 19:12:29 +02:00 |
|
Daniel Bielich
|
561e5bdabc
|
Requested changes for typos and convention errors in branch
|
2023-06-02 07:28:31 -05:00 |
|
langou
|
fd82c8710b
|
Merge branch 'master' into master
|
2023-06-01 10:42:23 -06:00 |
|
langou
|
de2b976093
|
Merge pull request #836 from weslleyspereira/fix_lapacke_dgeesx
Fix bug in lapacke_[s,d]geesx
|
2023-05-26 07:19:05 -06:00 |
|
Weslley S Pereira
|
14bb2a9605
|
Fix bug in lapacke_[s,d]geesx
|
2023-05-24 11:09:50 -06:00 |
|
Weslley S. Pereira
|
9f4b5d27d4
|
Merge pull request #768 from sbite0138/fix-766
Thanks @sbite0138 !!
|
2023-05-23 19:04:30 -06:00 |
|
Weslley S Pereira
|
b354d10d6f
|
Remove unnecessary transposition of t_t on input
|
2023-05-23 19:03:16 -06:00 |
|
Knepper, Sarah
|
3b4587fb0d
|
LAPACKE interfaces for [cz]unhr_col and [sd]orhr_col
|
2023-05-07 19:39:11 -07:00 |
|
Daniel Bielich
|
c6c26897d5
|
Fixes for the integer workspace
|
2023-05-07 16:47:21 -04:00 |
|
Daniel Bielich
|
e798ab29fd
|
Fixing interger workspace allocation
|
2023-04-18 18:08:06 -04:00 |
|
Daniel Bielich
|
7e422850f5
|
Addressing lapacke incorrectness and comments to the PR in general
|
2023-04-18 14:53:16 -04:00 |
|
musvaage
|
f3fff11ccf
|
typos
|
2023-04-11 13:52:58 -05:00 |
|
Daniel Bielich
|
b5f984f213
|
Fixing lapacke wrappers for memory leak conventions
|
2023-03-27 11:58:41 -04:00 |
|
Daniel Bielich
|
f74a632337
|
Finishing up first impl of lapacke wrappers, waiting for review to revise
|
2023-03-24 14:31:13 -04:00 |
|
Daniel Bielich
|
cc502278b1
|
Adding first precision of dmdq impl for lapacke
|
2023-03-24 11:48:51 -04:00 |
|
Daniel Bielich
|
fbd853cc3a
|
Adding lapacke wrappers for dmd routines - dmdq is needed yet
|
2023-03-24 11:04:17 -04:00 |
|
J.L.G. Pallero
|
08f7efeba8
|
Warnings supression and deletion of unnecessary check in some LAPACKE xLARFB functions
|
2023-01-13 23:39:24 +01:00 |
|
langou
|
60a3770406
|
Revert "Warnings supression in some LAPACKE functions"
|
2023-01-13 12:48:55 -07:00 |
|
J.L.G. Pallero
|
b0b4577451
|
Warnings supression in some LAPACKE functions
|
2023-01-13 19:29:46 +01:00 |
|
sbite0138
|
a942408a9a
|
Revert change regarding ldt_t value
|
2022-12-08 01:55:19 +09:00 |
|
Mark Gates
|
01fb2060b5
|
In LAPACKE tgsen, allocate iwork when ijob = 0. Fixes #772.
|
2022-12-01 15:24:59 -07:00 |
|
sbite0138
|
9764e5c703
|
fix segfault problem when executing with row major #766
|
2022-11-28 23:35:11 +09:00 |
|
Simon Märtens
|
846f3cb324
|
Removed unnecessary return statement in void function.
|
2022-11-18 16:36:53 +01:00 |
|
langou
|
1e7759a9f2
|
Merge pull request #742 from ACSimon33/LAPACKE_xLARFB_nancheck
Lapacke x larfb nancheck
|
2022-10-30 18:37:12 -06:00 |
|
langou
|
20b45b995d
|
Merge pull request #741 from ACSimon33/lapacke_xtrsyl3_iwork_query
Added missing iwork query.
|
2022-10-30 18:37:00 -06:00 |
|
Simon Maertens
|
48377cdf6f
|
Added missing iwork query.
|
2022-10-31 00:29:43 +01:00 |
|
Simon Maertens
|
80392de422
|
Added missing declaration for LAPACKE_ctrsyl3_work.
|
2022-10-31 00:01:47 +01:00 |
|
Simon Maertens
|
6ef9ae99da
|
Updated build system.
|
2022-10-30 23:47:16 +01:00 |
|
Simon Maertens
|
de9eb94acf
|
Updated lapacke_utils header
|
2022-10-30 23:46:55 +01:00 |
|
Simon Maertens
|
87cb1d113c
|
Added trapezoidal transpositions to LAPACKE_?larfb_work.
|
2022-10-30 23:37:31 +01:00 |
|
Simon Maertens
|
c91f13e2f7
|
Fixed rows and cols order in ?larfb
|
2022-10-30 21:32:46 +01:00 |
|
Simon Maertens
|
6b5c5bba7f
|
Implemented transpose function for trapezoidal matrices.
|
2022-10-30 21:09:03 +01:00 |
|