Martin Kroeker
de63675717
Add early returns and fix sign errors in workspace calculations
5 years ago
Martin Kroeker
d64cc2be81
Add early returns
5 years ago
Martin Kroeker
c9b67141f0
Add early returns
5 years ago
Martin Kroeker
6797a3a1e0
Add early returns
5 years ago
Martin Kroeker
936966a42c
Make ILAENV and xGETRF2 functions available
5 years ago
Martin Kroeker
9c4edd38f2
Merge pull request #2099 from martin-frbg/rela-gbtrf
Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
6 years ago
Martin Kroeker
1036299da0
Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
due to crashes in LAPACK tests
6 years ago
Martin Kroeker
5b0398186e
Merge pull request #2098 from martin-frbg/rela-malloc
Disable reallocation of work array in ReLAPACK xSYTRF
6 years ago
Martin Kroeker
2cd463eabd
Disable reallocation of work array in xSYTRF
as it appears to cause memory management problems (seen in the LAPACK tests)
6 years ago
Martin Kroeker
11530b76f7
Correct INFO=4 condition
6 years ago
Martin Kroeker
798c448b0c
Add support for INTERFACE64 and fix XERBLA calls
1. Replaced all instances of "int" with "blasint"
2. Added string length as "hidden" third parameter in calls to fortran XERBLA
6 years ago
Martin Kroeker
9a19616a28
Support INTERFACE64=1
6 years ago
Martin Kroeker
fbf83f4833
Add cmake build list file for ReLAPACK
8 years ago
Martin Kroeker
3381f23709
Handle different object extensions in Makefile
The optimized LAPACK functions from interface use OS-dependent suffixes .o/.obj for the object files, while netlib LAPACK uses .o throughout. ReLAPACK object names have to match in order for function replacement in the growing library file to work.
8 years ago
Martin Kroeker
df2dfe65d6
Update Makefile
8 years ago
Martin Kroeker
b122413fb0
Restore ReLAPACK test folder
8 years ago
Martin Kroeker
9b7b5f7fdc
Add Elmar Peise's ReLAPACK
8 years ago