summaryrefslogtreecommitdiff
path: root/SRC
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Update release number and datejulie90-298/+298
2013-11-17Patch provided by Lawrence Mulholland from Nag on Nov 1st 2013julie25-277/+629
2013-10-15Typo in the comment on complex xHSEQR.langou2-2/+2
2013-10-05Added check for NaN in input parameter G to avoid infinite loop -- fixes bug110.james2-32/+16
2013-09-16Correct commentjulie1-2/+2
2013-09-13Add small fixes sent by Ake Sandgren <ake.sandgren@hpc2n.umu.se>julie4-1/+5
2013-08-21typo in previous fix: MIN(M,N)>0 NOT MIN(M,N)<0 when checking NB>MIN(M,N)lawrence.mulholland4-4/+4
2013-08-16Fix from Lawrence Mulholland (NAG). langou4-4/+4
2013-07-09Added 'rook' LAPACK routines and drivers to SRC/Makefile SRC/CMakeLists.txtigor1752-5/+13
2013-07-09Modified new 'rook' pivoting routines and drivers for Hermitian indefinite ma...igor1753-36/+42
2013-07-09Modified new 'rook' pivoting routines and drivers for Hermitian indefinite ma...igor1753-24/+29
2013-06-27updated xlarfb routinesjames4-662/+493
2013-06-05fixed array index problems in new CSD routines by adding MAX() to ensure inde...james8-36/+36
2013-05-16Now using 2-norm to compute vector norms of row and column for balancing algo...james4-44/+21
2013-04-22changed comments in (c,z)hetf2.figor1752-4/+24
2013-04-22added LAPACK routine (c,z)hesv_rook.figor1752-0/+590
2013-04-22added LAPACK routine (c,z)hecon_rook.figor1752-0/+506
2013-04-22added LAPACK routine (c,z)hetri_rook.figor1752-0/+1032
2013-04-22added LAPACK routine (c,z)hetrs_rook.figor1752-0/+1006
2013-04-22added LAPACK routine (c,z)hetrf_rook.figor1752-0/+794
2013-04-22added LAPACK routines (c,z)hetf2_rook.figor1752-0/+1820
2013-04-21fixed comments in LAPACK routines (c,z)lahef.f and (c,z)lahef_rook.figor1752-0/+2
2013-04-21fixed comments in LAPACK routines (c,z)lahef.f and (c,z)lahef_rook.figor1754-104/+376
2013-04-20Fixed comments in (c,z)lahef.f and (c,z)lahef_rook.figor1754-13/+13
2013-03-22corrected bug found by Tyrone Rees posted on email list:james1-1/+1
2013-03-22Applied patch provided by Sergey Kuznetsov @ Intel, fixes bug where TAU2 can ...james2-2/+10
2013-03-05added code to set the last pivots to n: ipiv(n)=jpiv(n)=njames4-0/+22
2012-12-12Updated comments in (s,d,c,z)lasy_rook.f and (c,z)lahe_rook.figor1756-19/+20
2012-12-12updated comments in (s,d,c,z)lasyf.f and (c,z)lahef.figor1756-24/+34
2012-12-12Updated comments in (s,d,c,z)sytf2_rook.figor1754-12/+12
2012-12-12Updated comments in (s,d,c,z)sytf2.f and (c,z)hetf2.figor1756-81/+159
2012-12-12updated comments in igor1754-76/+68
2012-12-11fixed comments in clahef_rook.f and zlahef_rook.figor1752-2/+0
2012-12-11Commit Victor Liu's suggestion about making the complex division routine more...julie2-32/+282
2012-12-05Replaced IF(J.LE.N) by IF(J.LT.N) for 'U', where U12 is put in standard form ...igor1756-100/+264
2012-11-10fixed a typo in a comment in (c,z)lahef_rook.figor1752-2/+2
2012-11-10added clahef_rook.f and zlahef_rook.figor1754-20/+2270
2012-11-08fixed a typo in a commnet in (c,z)lahef.figor1752-8/+8
2012-11-08(s,d,c,z)lasyf.f and (c,z)lahef.f: added comments to the part where a column ...igor1756-68/+652
2012-11-03fixed comments in (s,d,c,z)lasyf.f and (c,z)lahef.figor1756-40/+43
2012-11-02updated comments for interchage of rows and columns in (s,d,c,z)lasyf.f and (...igor1756-9/+18
2012-11-02Changed comment in (sdcz)lasyf.f and (cz)lahef.f about interchanges for 2x2 p...igor1756-54/+60
2012-11-02(s,d,c,z)lasyf.f: introduced from zlahef.f a more efficient version of the co...igor1754-48/+116
2012-11-02updated comments in (c,z)lahef.f for column interchangeigor1752-4/+16
2012-11-01(c,z)lahef.f: Changed the length of the swap vector from KK-1 to K-1 for the ...igor1752-10/+22
2012-11-01fixesd inconsistencies between 'L' and 'U' parts in (z,c)lahef.f, added an IF...igor1752-2/+4
2012-10-30fixes to comments in *zlasyf_rook.figor1754-90/+97
2012-10-29fixes to comments in *lasyf_rook.figor1753-0/+6
2012-10-29fixes to comments in *lasyf_rook.figor1754-5/+2
2012-10-27removed extra characters after ZEROjames1-1/+1