Julie
59f136760f
Update Source code to fix issue with links in Doxygen
...
Removed \htmlonly and \endhtmlonly (causing links to not work)
Increase DOT_GRAPH_MAX_NODES to 200
2025-01-20 17:34:06 -08:00
Maria Kraynyuk
40ca7a2713
Include lapack_64.h only during the build
2024-02-05 10:54:04 -08:00
Maria Kraynyuk
ee213a3ed3
resolve conflicts after rebasing
2024-02-05 10:32:21 -08:00
Maria Kraynyuk
a1e8cb4845
LAPACK SRC long lines updated by script
2024-02-05 10:28:25 -08:00
Maria Kraynyuk
b891145899
Add extended API with _64 suffix to LAPACK with lapack_64.h
2024-02-05 10:28:08 -08:00
Dmitry Klyuchinsky
cd7523d5b2
handle corner case of lwork in evr/evr_2stage and fix output format in chkxer
2023-12-04 16:35:36 +07:00
Elizaveta Tokmasheva
e0d8afbed6
handle and document corner cases of lwork in lapack, single complex precision
2023-12-04 16:35:35 +07:00
Mark Gates
62b19990a2
doxygen: new group structure
2023-07-04 01:29:12 -04:00
Igor Zhuravlov
56d3c3fbf0
comments fixed: subroutine name
2021-04-06 18:11:37 -03: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
Mark Gates
bbe09920e1
fix docs: spelling in heevr
2018-05-08 10:08:46 -04:00
Julie
d97a30482e
Updating Version number on files for 3.8.0
2017-11-12 20:15:12 -08:00
Nick Papior
bc1d5ff5b9
Fixed ILAENV calls for CHEEVR_2STAGE and ZHEEVR_2STAGE
...
They called with DSY* and thus the block-sizes were not selected
for complex numbers.
Signed-off-by: Nick Papior <nickpapior@gmail.com >
2017-07-20 15:28:32 +02:00
Nick Papior
7b651690c7
Added ilaenv2stage -> circumvents requirement of recursive compilation
...
Added ilaenv2stage.f to enable the extraction of 2stage machine dependent
variables from the 2stage solver without having to rely on compiling the
entire library with the recursive flag.
Secondly, all calls to ILAENV( 17 <= 21, ...) have been fixed to
use the corresponding ILAENV2STAGE routine by translating ISPEC by -16
I.e.
ILAENV( 17, ...) == ILAENV2STAGE( 1, ...)
Also fixed the documentation of ilaenv.f to specify the cases of ISPEC > 16.
Signed-off-by: Nick Papior <nickpapior@gmail.com >
2017-07-20 13:26:56 +02:00
Julie
bc6a755be4
Updating version number on source file modified since 3.6.1
...
This is really old school, but a lot of times we have users sending us
copy pasting of codes, and that is the only way to know the version of
the code.
2016-12-23 15:01:32 -08:00
Renegade
b9c9d76311
adding the 2stage symmetric eigenvalue routines drivers checking
2016-11-06 20:35:15 -05:00