aboutsummaryrefslogtreecommitdiff
path: root/SRC/dlasyf.f
AgeCommit message (Collapse)Author
2013-11-17Update release number and datejulie
2012-12-12updated comments in (s,d,c,z)lasyf.f and (c,z)lahef.figor175
2012-12-05Replaced IF(J.LE.N) by IF(J.LT.N) for 'U', where U12 is put in standard form ↵igor175
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 ↵igor175
or 2 columns are updated at each step
2012-11-03fixed comments in (s,d,c,z)lasyf.f and (c,z)lahef.figor175
2012-11-02updated comments for interchage of rows and columns in (s,d,c,z)lasyf.f and ↵igor175
(c,z)lagef.f
2012-11-02Changed comment in (sdcz)lasyf.f and (cz)lahef.f about interchanges for 2x2 ↵igor175
pivot
2012-11-02(s,d,c,z)lasyf.f: introduced from zlahef.f a more efficient version of the ↵igor175
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 igor175
2012-09-25(no commit message)julie
2012-08-25(no commit message)julie
2012-07-03Add Brief description for auxiliary routinesjulie
2011-11-11Update version number to 3.4.0julie
2011-11-03Cosmetic changes in Doxygen presentation.julie
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...julie
2011-11-01Last commit related to Doxygen integration following Albert's commentjulie
2011-10-13adding link to individual download, the links will appear directly in ↵julie
Doxygen html documentation
2011-10-06Integrating Doxygen in commentsjulie
2011-04-13Upadte header for the modified routine for the 3.3.1 releasejulie
2011-04-02First pass to homgenize notation for transpose (**T) and conjugate transpose ↵julie
(**H) Corresponds to bug0024
2009-04-16Big commit before 3.2.1 release.julie
Those are just cosmetic changes to update version number and various other minor change.
2008-12-16(no commit message)julie
2008-10-28Move LAPACK trunk into position.jason