summaryrefslogtreecommitdiff
path: root/SRC/slasyf.f
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17Update release number and datejulie1-4/+4
2012-12-12updated comments in (s,d,c,z)lasyf.f and (c,z)lahef.figor1751-4/+6
2012-12-05Replaced IF(J.LE.N) by IF(J.LT.N) for 'U', where U12 is put in standard form ↵igor1751-20/+50
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-11-08(s,d,c,z)lasyf.f and (c,z)lahef.f: added comments to the part where a column ↵igor1751-10/+104
or 2 columns are updated at each step
2012-11-03fixed comments in (s,d,c,z)lasyf.f and (c,z)lahef.figor1751-7/+7
2012-11-02updated comments for interchage of rows and columns in (s,d,c,z)lasyf.f and ↵igor1751-2/+4
(c,z)lagef.f
2012-11-02Changed comment in (sdcz)lasyf.f and (cz)lahef.f about interchanges for 2x2 ↵igor1751-9/+10
pivot
2012-11-02(s,d,c,z)lasyf.f: introduced from zlahef.f a more efficient version of the ↵igor1751-12/+29
code that interchanges row and columns -- 1) for 'L' version: eliminated unnecessary copying to elemnents in cols. K (K and K+1 for 2x2 pivot) that later on will be overwritten by storing L(k) ( L(k) and L(k+1) for 2x2 pivot ) into these cols. 2) for 'U' version: eliminated unnecessary copying to elemnents in cols. K (K and K-1 for 2x2 pivot) that later on will be overwritten by storing L(k) ( L(k)and L(k-1) for 2x2 pivot ) into these cols.
2012-10-25fixes to documentation in *lasyf.f, *lasyf_rook.f igor1751-25/+35
2012-09-25(no commit message)julie1-2/+2
2012-08-25(no commit message)julie1-3/+3
2012-07-03Add Brief description for auxiliary routinesjulie1-1/+1
2011-11-11Update version number to 3.4.0julie1-1/+1
2011-11-03Cosmetic changes in Doxygen presentation.julie1-13/+11
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-01Never say never...julie1-2/+1
2011-11-01Last commit related to Doxygen integration following Albert's commentjulie1-1/+3
2011-10-13adding link to individual download, the links will appear directly in ↵julie1-0/+8
Doxygen html documentation
2011-10-06Integrating Doxygen in commentsjulie1-80/+151
2011-04-13Upadte header for the modified routine for the 3.3.1 releasejulie1-2/+2
2011-04-02First pass to homgenize notation for transpose (**T) and conjugate transpose ↵julie1-6/+6
(**H) Corresponds to bug0024
2009-04-16Big commit before 3.2.1 release.julie1-1/+2
Those are just cosmetic changes to update version number and various other minor change.
2008-12-16(no commit message)julie1-1/+1
2008-10-28Move LAPACK trunk into position.jason1-0/+587