chitao1234
e1bd631593
allow the use of LAPACK_COMPLEX_CPP when using MSVC compiler
5 months ago
Martin Kroeker
5c9417d306
Assume no underline suffixes on symbols when compiling with ifx on Windows
9 months ago
nickel
79f4bbd4cd
fix: return types of *trtrs routines
11 months ago
Martin Kroeker
923b79de47
make the type of the hidden arguments configurable via LAPACK_STRLEN (Reference-LAPACK PR 1025)
1 year ago
Martin Kroeker
aa46f1e4e7
revert addition of MSVC-compatible complex (moved to lapacke_config.h)
1 year ago
Martin Kroeker
dcdc351272
Add MSVC-compatible complex types
1 year ago
Martin Kroeker
dcf6999c4e
remove extraneous endif
1 year ago
Martin Kroeker
330101e0b3
Add complex type definitions for MSVC
1 year ago
Martin Kroeker
4c43d1eeba
Fix C prototypes and LAPACKE headers for ?GEDMD/?GEDMDQ ( #4134 )
* Fix prototypes for ?GEDMD/?GEDMDQ and their LAPACKE interfaces
2 years ago
Martin Kroeker
5eef0793ba
Fix missing semicolon
2 years ago
Martin Kroeker
de88063aa2
Add interfaces for Dynamic Mode Decomposition functions (Reference-LAPACK PR 736)
2 years ago
Martin Kroeker
c7a05458cd
Add Dynamic Mode Decomposition functions (Reference-LAPACK PR 736)
2 years ago
Martin Kroeker
bc967e7709
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2 years ago
Martin Kroeker
2bbd61950e
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2 years ago
martin-frbg
ff9a9222e3
Fix function signatures
2 years ago
Martin Kroeker
26b5009ebc
Merge pull request #3820 from martin-frbg/lapack700
Add print format macros for 64bit integer builds to LAPACKE (Reference-LAPACK PR 700)
2 years ago
Martin Kroeker
f16aa1ce7a
Merge pull request #3821 from martin-frbg/lapack651
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
4bc918a791
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
8b3f9715ec
Add macros for 32/64bit integer printf
2 years ago
Martin Kroeker
6dcf737c5d
Add NaN check functions for trapezoidal matrices (Reference-LAPACK PR738+742)
2 years ago
Ivan Pribec
802e71bf05
Add const attribute to lsame
3 years ago
martin-frbg
329cdc31b3
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
3 years ago
Larson, Eric
8fe3555792
ILP support
long's in windows are 4 bytes (MSVS, intel compilers). Use int64_t and int32_t
to ensure 8 byte integers for ILP interface.
support 8 byte integer flag for intel ifort compiler
4 years ago
Martin Kroeker
1c1ffb0591
Annotate LAPACKE_lsame with the const attribute for GCC and compatible compilers
3 years ago
Martin Kroeker
fb7308b9b5
Add entries for the new Householder Reconstruction functions from 3.9.1
4 years ago
Martin Kroeker
254774f5a6
Add const qualifiers
4 years ago
Martin Kroeker
6b76066632
Add const qualifiers
4 years ago
H. Vetinari
3426519ae2
adapt ?ggsv?-functions to ambient code style in LAPACKE/include/lapack.h
5 years ago
H. Vetinari
1c6c71fa85
Follow-up to lapack#434 & lapack#409: add missing 'const' in signatures
Based on how the surrounding functions in lapack.h are handling the
parameters, particularly the ?ggsv?3-variants of the affected functions
5 years ago
H. Vetinari
860247b5da
Follow-up to lapack#434 & lapack#409: fix signature mismatches
5 years ago
Martin Kroeker
c31b72965e
Fix data type of work array in zgesvdq prototype
5 years ago
Martin Kroeker
f42e84d46c
Fix misnaming of LAPACK_?ggsvp function prototypes as LAPACKE_ ( #2808 )
* Fix misnaming of LAPACK_?ggsvp and ?ggsvd function prototypes as LAPACKE_
* Drop the LAPACKE matrix_layout parameter from the argument lists, change ints to pointers and add missing work arguments.
5 years ago
Martin Kroeker
6baa9a778d
Improve declaration of LAPACKE_get_nancheck
5 years ago
Martin Kroeker
ee2e758278
Move declarations of lapack_complex_custom types outside the extern C
fixes #2510
5 years ago
Martin Kroeker
375b1875c8
[WIP] Update LAPACK to 3.9.0 ( #2353 )
* Update make.inc entries for LAPACK 3.9.0
Reference-LAPACK PR 347 changed some variable names and relative paths
* Update LAPACK to 3.9.0
* Add new functions from LAPACK 3.9.0
* Add new functions from LAPACK 3.9.0
* Restore LOADER command
as it makes it easier to specify pthread as needed
* Restore LOADER
* Restore EIG/LIN prefixes in cmdbase
* add binary path to lapack_testing.py call
* Restore OpenMP version check
* Restore OpenMP version check
* Restore fix for out-of-bounds array accesses
from #2096
5 years ago
Martin Kroeker
1391fc46d2
fix second instance of complex.h for c++ as well
6 years ago
Martin Kroeker
9c177d270b
Restore Android/ARMv7 build fix from #778
for #1811
7 years ago
martin
3be5c3d343
Update LAPACK to 3.8.0
7 years ago
Werner Saar
d35baf30cf
added lapack 3.7.0 with latest patches from git
8 years ago
Werner Saar
8cd46acebb
removed lapack 3.6.0
8 years ago
Martin Köhler
13d40e7591
Import LAPACK: LAPACKE directory
9 years ago
buffer51
855e0cb700
Restored LAPACK_COMPLEX_STRUCTURE for Android prior to 21. Refs #682 .
9 years ago
Werner Saar
33e37d01b3
added lapack-3.6.0
10 years ago