summaryrefslogtreecommitdiff
path: root/SRC
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Adding CMAKE Support for LAPACKE.julie1-4/+13
2012-01-08Fix minor problem in some comments...julie84-234/+234
2012-01-07Fix bug0085 - xGESVD Problem in Workspace computationjulie4-4/+4
2011-12-20dqds, equivalent changes to single precision versionslipshitz2-107/+225
2011-12-20In dqds, set shift to zero if it is insignificant compared to the cumulative ...lipshitz2-13/+142
2011-12-16change a few "symmetric" in "Hermitian"langou2-4/+4
2011-12-16corrects CSYEQUB (resp. ZSYEQUB) in CHEEQUB (resp. ZCHEEQUB) in thelangou2-2/+2
2011-12-10Fix bug bug0088 reported by Mike Pont from NAG on the forumjulie1-9/+9
2011-12-10Modif call from xLA_RPVGRW to xLA_GERPVGRWjulie4-16/+16
2011-12-08corrected documentationjames4-72/+36
2011-12-08Add Rook pivoting file in CMAKEjulie1-4/+16
2011-12-07added object file entries for 'rook' pivoting algorithm to SRC/Makefile: igor1751-11/+26
2011-12-07added double precision complex (COMPLEX*16) routines for rook pivoting algori...igor1757-0/+3592
2011-12-07fixed a typo in dsysv_rook.f, ssysv_rook.f, csysv_rook.f, replaced a call to ...igor1753-3/+3
2011-12-07fixed a bug in csycon.f, changed the call to CLACN2 \n from CLACN2( N, WORK( ...igor1751-10/+5
2011-12-07collapsed 2 lines of COMPLEX variable declarations into one line in clasyf_r...igor1752-4/+2
2011-12-07added standard precision (COMPLEX) routines for rook pivoting \\nalgorithm fo...igor1757-0/+3599
2011-12-07updated comments in dsytri_rook.f and ssytri_rook.figor1752-6/+6
2011-12-07updated comments in dsysv_rook.f and ssysv_rook.figor1752-6/+20
2011-12-07fixed comments in ssytrs_rook.f and dsytrs_rook.figor1752-4/+4
2011-12-07fixed comments in dlasyf_rook.f and slasyf_rook.figor1752-4/+8
2011-12-07fixed comments in dsytf2_rook.f and ssytf2_rook.figor1752-4/+4
2011-12-07renamed DTEMP variable into STEMP in single precision routines ssytf2_rook.f ...igor1752-14/+14
2011-12-07added standard precision (REAL) routines for 'rook' pivoting algorithm for sy...igor1757-0/+3569
2011-12-07changed the relational experssions in pivot search loop in dsytf2_rook.f to b...igor1752-20/+46
2011-12-05added LAPACK driver dsysv_rook.figor1751-0/+286
2011-12-05fixes to dsytri_rook.figor1751-2/+6
2011-12-05fixes to dsycon_rook.figor1751-2/+6
2011-12-05fixes to dsytrs_rook.figor1751-4/+8
2011-12-05fixes to dsytrf_rook.figor1751-11/+7
2011-12-01fixes to dlasyf_rook.figor1751-11/+16
2011-11-30fixed bug.james4-22/+10
2011-11-29Fixes to dsytf2_rook.figor1751-7/+13
2011-11-16********************************************************************************langou3-3/+3
2011-11-14function call change from DSYTRS to DSYTRS_ROOK in DSYCON_ROOKigor1751-1/+1
2011-11-14added routines for bounded Bunch-Kaufman pivoting factorization algorithm in ...igor1756-0/+3238
2011-11-11fixedlangou4-16/+36
2011-11-11Update version number to 3.4.0julie1670-1672/+1672
2011-11-07Correct bug 0065.julie12-793/+986
2011-11-07Change to ilaver to update docjulie1-29/+47
2011-11-03Cosmetic changes in Doxygen presentation.julie1695-27582/+22873
2011-11-01Never say never...julie754-4872/+2436
2011-11-01Last commit related to Doxygen integration following Albert's commentjulie1670-1917/+5255
2011-10-31Correct Warning detected during Doxygen Generation.julie287-3637/+7651
2011-10-13Correct wrong filenamejulie4-4/+4
2011-10-13adding link to individual download, the links will appear directly in Doxygen...julie1670-0/+13360
2011-10-12fix problem detected by Svenjulie4-16/+16
2011-10-12fix undeclared variables introduced in rev1017:fix to Ming Gu's bug julie2-3/+4
2011-10-06Integrating Doxygen in commentsjulie1695-155488/+284317
2011-10-04Changes to the SRC/Makefile to fix bugs that affected 'make single', 'make do...igor1751-33/+44