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