Commit Graph
3428 Commits
Author SHA1 Message Date
weslley.spereira 5a929d8fcc Add all 4 ROTG routines 2021-04-01 08:51:09 -03:00
weslley.spereira f1550e0aec Removes module la_constants32 2021-03-31 19:18:06 -03:00
weslley.spereira 93173dd91b Adding Doxygen preambles; Return to original real(wp) and complex(wp) 2021-03-31 19:18:06 -03:00
Weslley S. Pereira e39bc0f752 Update la_constants.f90 2021-03-31 19:18:06 -03:00
Nick Papior d7f15a9862 mnt: cleanup and removal of erroneous kind specifications 2021-03-31 19:17:22 -03:00
Weslley S. Pereira 090add87c2 Includes Nick Papior as a contributor 2021-03-31 19:17:22 -03:00
weslley.spereira b68d4c3dd1 Add the module la_constants from @ecanesc with the suggestions of @zerothi 2021-03-31 19:17:22 -03:00
weslley.spereira f77081264a Fixes Doxygen 2021-03-31 19:15:54 -03:00
weslley.spereira a373e72bb7 Header of slartg.f90 compatible with Doxygen and with Lapack convention 2021-03-31 19:15:54 -03:00
weslley.spereira 9fdf99fe5a Removes original xLARTG from DEPRECATED; Homogenize float types 2021-03-31 19:15:54 -03:00
weslley.spereira 6fad11cf37 Move original xLARTG to DEPRECATED; Fix SRC/Makefile 2021-03-31 19:15:45 -03:00
weslley.spereira a35a5ca7ed Fix Makefile and Meson builds; Rename original xlartg.f files to xlartg_lapackv390.f 2021-03-31 19:14:32 -03:00
weslley.spereira 43613a7642 Adds safe scaling xLARTG routines proposed in https://doi.org/10.1145/3061665; Let the compiler determine the Fortran layout by the file extension 2021-03-31 19:14:16 -03:00
Weslley S. Pereira 3606023205 Update la_constants.f90 2021-03-31 19:11:18 -03:00
Nick Papior ff8ab26944 mnt: cleanup and removal of erroneous kind specifications 2021-03-31 19:08:25 -03:00
Weslley S. Pereira 4746efca1e Includes Nick Papior as a contributor 2021-03-31 19:08:25 -03:00
weslley.spereira 44da37564e Adds .f90 extension to Doxyfile 2021-03-31 19:08:25 -03:00
weslley.spereira 3edef3b5e0 Add the module la_constants from @ecanesc with the suggestions of @zerothi 2021-03-31 19:08:25 -03:00
weslley.spereira ef4a7529f6 Move original xLASSQ to DEPRECATED; Add EOF in SRC/Makefile; Correct la_xisnan extension 2021-03-31 19:04:08 -03:00
weslley.spereira ad21f0c3b9 Fix makefile 2021-03-31 19:02:33 -03:00
weslley.spereira a0fc2cc93b Fix Makefile and Meson builds; Rename original xlassq.f files to xlassq_lapackv390.f 2021-03-31 19:02:32 -03:00
weslley.spereira 9352192411 Add safe scaling xLASSQ routines from https://doi.org/10.1145/3061665; Let the compiler determine the Fortran layout by the file extension 2021-03-31 19:02:17 -03:00
weslley.spereira 0791c2210a Fix Makefile 2021-03-31 18:55:34 -03:00
weslley.spereira 3838c85a98 Add all 4 new routines from Ed with my modifications 2021-03-31 18:55:34 -03:00
weslley.spereira 3bbb3e8118 Revert "Merge pull request #1 from weslleyspereira/try-dggev-with-multishift-aed"
This reverts commit 77a97c4167, reversing
changes made to 93fd62fd5a.
2021-03-31 18:07:52 -03:00
Ivan Babrou 2d04791703 Only build on macOS Big Sur 2021-03-25 13:34:32 -07:00
Ivan Babrou 87c9a4afab Add -DBUILD_SHARED_LIBS=BOOL:ON to Travis builds 2021-03-25 13:34:30 -07:00
Ivan Babrou 1406aa24bc Add xcode12.3 test on macOS Big Sur 2021-03-25 13:32:51 -07:00
julielangou 77a0ceb6c9 Merge pull request #382 from vladimir-ch/lapacke/dlantr-no-alloc-trans
LAPACKE: don't allocate transposed matrix in ?lantr_work
v3.9.1
2021-03-25 11:25:15 -07:00
julielangou 661d60c9d0 Merge pull request #522 from julielangou/master
Making LAPACK's code eternal... no more version and date in source files
2021-03-25 11:23:56 -07:00
Julie e18d437924 Making LAPACK's code eternal... no more version and date in source files.
GitHub is now enabling us to track accurately version and date.
No need for this anymore.
2021-03-25 10:16:58 -07:00
Weslley S. Pereira 339a623222 Merge pull request #520 from julielangou/master
Update LAPACK version number to 3.9.1
2021-03-25 11:26:15 -03:00
Weslley S. Pereira 3d67b01f4e Merge pull request #515 from weslleyspereira/try-flag--fcheck=bounds
Try flag -fcheck=all
2021-03-25 11:25:42 -03:00
Julie b84fbaf156 Merge remote-tracking branch 'upstream/master' 2021-03-23 10:35:58 -07:00
langou 8ebb2ada33 Merge pull request #521 from veprbl/pr/cblas_use_weak_symbols
cblas: mark cblas_xerbla and F77_xerbla symbols as weak
2021-03-18 17:12:34 -06:00
weslley.spereira 628a2095c2 Fix bug thanks to @langou. Defines LAPACK_FORTRAN_STRLEN_END by default, following @mgates3 comments in @512 and LAPACK++ convention 2021-03-18 18:19:22 -03:00
weslley.spereira d3e64d6445 Change unsigned to size_t, thanks to @jabl 2021-03-18 16:10:09 -03:00
weslley.spereira 2d9fbdeecc Add hidden strlen argument in CBLAS and LAPACKE 2021-03-18 16:10:34 -03:00
Dmitry Kalinkin b4123cbc5d cblas: don't use link_xerbla hack if weak symbols are available 2021-03-18 15:02:06 -04:00
Dmitry Kalinkin 789197e1a5 cblas: mark cblas_xerbla and F77_xerbla symbols as weak 2021-03-18 14:01:22 -04:00
langou 2e71a4f36c Merge pull request #412 from matcross/master
Protect against undefined make variables
2021-03-18 12:00:30 -06:00
langou e930000f16 Merge pull request #513 from martin-frbg/nagfor
Add a sample configuration file for the nagfor compiler
2021-03-18 11:50:30 -06:00
langou 3e8aeccb40 Merge pull request #519 from weslleyspereira/fix-spelling-errors
Fix spelling errors
2021-03-18 11:44:17 -06:00
Julie f67034373e Update LAPACK version number to 3.9.1
... waiting on decision for modified source files
2021-03-18 09:54:00 -07:00
weslley.spereira e9de46b7bf Fix other spelling errors 2021-03-18 12:29:46 -03:00
weslley.spereira a5e610f266 Fix all spelling errors reported at
https://github.com/Reference-LAPACK/lapack/issues/518#issue-834187881
Many thanks to @jschleus
2021-03-18 12:05:25 -03:00
thijs 0b8015ebeb fix error exit tests 2021-03-18 09:11:09 +01:00
steelt 77a97c4167 Merge pull request #1 from weslleyspereira/try-dggev-with-multishift-aed
Try new routine DGLAQZ0 in DGGEV
2021-03-17 14:14:03 +01:00
weslley.spereira 6c434e7c06 Fix bugs; Modifies remaining xGGEV routines; Improve LWORK computation 2021-03-15 14:47:23 -03:00
Martin Kroeker 4ba73aa2aa Add sample configuration file for the NAG Fortran compiler 2021-03-14 11:27:21 +01:00