Mark Gates
8caa3ff67b
implicit none in SRC/c
2025-08-26 23:27:57 -04:00
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
Angelika Schwarz
09cb849a23
Use GEMMTR for SY/HE linear updates
2024-10-25 13:25:02 +02:00
Maria Kraynyuk
40ca7a2713
Include lapack_64.h only during the build
2024-02-05 10:54:04 -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
Mark Gates
62b19990a2
doxygen: new group structure
2023-07-04 01:29:12 -04: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
julie
ddd12e2c0e
Update release number and date
2013-11-17 00:25:52 +00:00
igor175
2a074023d5
fixed comments in LAPACK routines (c,z)lahef.f and (c,z)lahef_rook.f
2013-04-21 02:51:17 +00:00
igor175
a50f292ada
Fixed comments in (c,z)lahef.f and (c,z)lahef_rook.f
2013-04-20 01:50:26 +00:00
igor175
5fc0e03de0
updated comments in (s,d,c,z)lasyf.f and (c,z)lahef.f
2012-12-12 02:49:09 +00:00
igor175
dded5f0777
Replaced IF(J.LE.N) by IF(J.LT.N) for 'U', where U12 is put in standard form by partially undoing the interchanges, also added comments to the part where U21 is put in standard form; Similarly, replaced IF(J.GE.1) by IF(J.GT.1) for 'L', where L21 is put in standard form by partially undoing the interchanges, also added comments to the part where L21 is put in standard form; Affected files: zlahef.f clahef.f zlasyf.f clasyf.f dlasyf.f slasyf.f
2012-12-05 07:16:18 +00:00
igor175
0ba273bce8
fixed a typo in a commnet in (c,z)lahef.f
2012-11-08 23:23:15 +00:00
igor175
62a53eb896
(s,d,c,z)lasyf.f and (c,z)lahef.f: added comments to the part where a column or 2 columns are updated at each step
2012-11-08 21:53:21 +00:00
igor175
cac00dc021
fixed comments in (s,d,c,z)lasyf.f and (c,z)lahef.f
2012-11-03 00:53:08 +00:00
igor175
7b5fb338b2
updated comments for interchage of rows and columns in (s,d,c,z)lasyf.f and (c,z)lagef.f
2012-11-02 04:26:02 +00:00
igor175
99ad8555ce
Changed comment in (sdcz)lasyf.f and (cz)lahef.f about interchanges for 2x2 pivot
2012-11-02 03:02:56 +00:00
igor175
1dece8c92b
updated comments in (c,z)lahef.f for column interchange
2012-11-02 00:44:17 +00:00
igor175
a47e62c31d
(c,z)lahef.f: Changed the length of the swap vector from KK-1 to K-1 for the 'L' case and from N-KK to N-K for the 'U' case. It is sufficient to swap rows KK and KP only in the first K-1 columns of A instead of in the first KK-1 columns of A in 'L' case (columns K (or K and K+1) of A will be later overwritten). It is sufficient to swap rows KK and KP only in the last K+1 to N columns of A instead of in the last KK+1 to N columns of A in the 'U' case (columns K (or K and K-1) of A will be later overwritten).
2012-11-01 22:51:10 +00:00
igor175
2326ea0398
fixesd inconsistencies between 'L' and 'U' parts in (z,c)lahef.f, added an IF check to 'U' part IF(KP.GT.1) where column interchange occurs
2012-11-01 19:37:46 +00:00
igor175
2f2ff626ad
fixes to documentation in clahef.f and zlahef.f
2012-10-25 22:25:22 +00:00
julie
a65e481c60
2012-09-25 23:56:27 +00:00
julie
615220d1ee
2012-08-25 22:58:53 +00:00
julie
1b56352b85
Add Brief description for auxiliary routines
2012-07-03 04:39:13 +00:00
julie
84118d4efb
Update version number to 3.4.0
2011-11-11 19:34:11 +00:00
julie
1c3ba60067
Cosmetic changes in Doxygen presentation.
...
Use \par instead of \details for section.
add a Contributors Section and a Reference Section.
Remove (some) verbatim section when not needed.
Those changes have been done by hand so I am not sure I manage to catch them all.
2011-11-03 20:32:56 +00:00
julie
d5c30c90bd
Never say never...
2011-11-01 22:02:31 +00:00
julie
04670a6876
Last commit related to Doxygen integration following Albert's comment
2011-11-01 18:25:33 +00:00
julie
2210bef7af
adding link to individual download, the links will appear directly in Doxygen html documentation
2011-10-13 08:53:21 +00:00
julie
e1d39294ae
Integrating Doxygen in comments
2011-10-06 06:53:11 +00:00
julie
dd795d2903
Upadte header for the modified routine for the 3.3.1 release
2011-04-13 16:30:39 +00:00
julie
f2953573ed
First pass to homgenize notation for transpose (**T) and conjugate transpose (**H)
...
Corresponds to bug0024
2011-04-02 11:08:56 +00:00
julie
be91086043
Big commit before 3.2.1 release.
...
Those are just cosmetic changes to update version number and various other minor change.
2009-04-16 18:10:16 +00:00
julie
ff981f106b
2008-12-16 17:06:58 +00:00
jason
baba851215
Move LAPACK trunk into position.
2008-10-28 01:38:50 +00:00