Martin Kroeker
9b7b1da133
Add rewritten dchkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
a5ab891292
Add rewritten schkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
90bb4ac821
Add rewritten zchkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
23a0d1bc1f
Delete zchkee.f
4 years ago
Martin Kroeker
0e96c378fd
Delete schkee.f
4 years ago
Martin Kroeker
ee16efff3c
Delete dchkee.f
4 years ago
Martin Kroeker
0197519dd7
Delete cchkee.f
4 years ago
Martin Kroeker
c4b5abbe43
fix data type
4 years ago
Martin Kroeker
f87842483e
fix calculation of non-exceptional shift (from Reference-LAPACK PR 477)
4 years ago
xoviat
3165c915b6
fix test helpers
4 years ago
Martin Kroeker
856bc36533
Add exceptional shift to fix rare convergence problems
4 years ago
Martin Kroeker
f95031204e
Fix macro used in argument conversion (LAPACK PR 458)
5 years ago
Martin Kroeker
a6570108c5
Add Makefile support for enabling only some variable types
5 years ago
Martin Kroeker
ef552bc578
Add Makefile support for enabling only some variable types
5 years ago
Martin Kroeker
efe1ad4700
Add Makefile support for enabling only some variable types
5 years ago
Martin Kroeker
7ed25e9e10
FIx underflow/rounding errors in LAPACK (S,D)LANV2
Reference-LAPACK PR 445, fixing their issue 263
5 years ago
Martin Kroeker
7e4d5c237c
Fix workspace query in xGELQ (Reference-LAPACK PR443)
5 years ago
Martin Kroeker
7d9c77f421
Correct dimension argument to xLASET
from Reference-LAPACK PR 438
5 years ago
Martin Kroeker
8a2a137a9e
Correct argument to SLASET (Improves fix from PR2778)
as explained by serguei-patchkovskii in Reference-LAPACK/lapack#438 (comment) , passing in an index of 1 instead of N leads to a standards violation accessing matrix A in SLASET, i.e. undefined behavior
5 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
c61771e335
Merge pull request #2778 from martin-frbg/lapackeig
Fix various wrong calls to SLASET/DLASET in the EIG part of the LAPACK testsuite
5 years ago
Martin Kroeker
c31b72965e
Fix data type of work array in zgesvdq prototype
5 years ago
Martin Kroeker
0ce2aa3163
Fix data type of rwork array
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
597010a968
Fix incorrect argument to SLASET
Reference-LAPACK issue 425 (and 318)
5 years ago
Martin Kroeker
d64f1ef26b
Fix incorrect argument to SLASET
Reference-LAPACK issue 425 (and 318)
5 years ago
Martin Kroeker
c62aad62e5
Fix incorrect calls to DLASET
Reference-LAPACK issue 429
5 years ago
Martin Kroeker
7219c9cb87
Merge pull request #2764 from martin-frbg/lapacktests
Fix array overruns in the LIN part of the LAPACK testsuite
5 years ago
Martin Kroeker
64259d521a
Fix use of unallocated array in workspace query and wrong type of argument to xSCAL
5 years ago
Martin Kroeker
6f5ca44c1a
Expand TAU array as SGEMQR/DGEMQR read elements 2 and 3
5 years ago
Martin Kroeker
aaf1a17168
Apply current library name suffix
5 years ago
Martin Kroeker
53add6a80d
Apply library name suffix to openblas if any
5 years ago
Martin Kroeker
f766024749
enable fortran for cmake
5 years ago
Martin Kroeker
c502760bef
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
29b5887d5f
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
60188a8c82
Append crude hack for enabling lapack tests in the OpenBLAS build
5 years ago
Martin Kroeker
522aaf53bf
Break out of potentially infinite rescaling loop in LAPACK xLARGV/xLARTG/xLARTGP
Reference-LAPACK issue 411
5 years ago
Ilhan Polat
76d2612e0c
BUG: Fix the loop range in ZHEEQUB.f
5 years ago
Martin Kroeker
6baa9a778d
Improve declaration of LAPACKE_get_nancheck
5 years ago
Martin Kroeker
c775458299
Merge pull request #2512 from martin-frbg/lapackh
Move declarations of lapack_complex_custom types outside the extern C
5 years ago
Martin Kroeker
ee2e758278
Move declarations of lapack_complex_custom types outside the extern C
fixes #2510
5 years ago
Martin Kroeker
b25ae1fc60
Apply fix for Reference-LAPACK issue 394
reference to XERBLA extending beyond column 72, breaking builds with compilers that default to traditional punch card format
5 years ago
Martin Kroeker
87ac1ceb0b
Apply fix from Reference-LAPACK PR390, NaN not propagating
5 years ago
Martin Kroeker
9e40c080f2
Apply fix from Reference-LAPACK PR390, NaN not propagating
5 years ago
Martin Kroeker
2ea2bd99c7
Apply LAPACKE fix for eigenvector transposition in symmetric eigensolvers
from Reference-LAPACK PR 330
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
Guillaume Horel
4b21b646ea
turn on optimized code
6 years ago
Martin Kroeker
2aad88d5b9
Avoid out-of-bounds accesses in LAPACK EIG tests
see https://github.com/Reference-LAPACK/lapack/issues/333
6 years ago