summaryrefslogtreecommitdiff
path: root/SRC
AgeCommit message (Expand)AuthorFilesLines
2014-07-12See post on the forum from Pauli Virtanen.langou2-4/+8
2014-06-27Bug in comments on array size reported by a Sergey Kuznetsov from Intel.langou2-4/+2
2014-06-16bug found by Themos Tsikas fron NAG Ltdlangou2-2/+2
2014-02-20Fix typos found by Jeremy Du Crozjulie2-7/+7
2014-02-14Correct a bug in the description of the WORK parameter in (c,z)la_syrpvgrw.fjulie2-2/+2
2014-02-14Fix potential initiation issue in (c,d,s,z)lansy.fjulie4-36/+36
2014-02-10( Let me know if I broke anything. I double checked. We should be fine but )langou2-105/+79
2014-01-09Problem reported by zhaowei@sccas.cn on Jan 9th 2014julie2-2/+2
2013-12-07Fix typo in comment reported by elena.x.ivanova@oracle.com - zhetri2x fix was...julie1-1/+1
2013-12-07Fixed typos reported by elena.x.ivanova@oracle.com on Dec 5th julie2-4/+4
2013-12-06Require CMake >= 2.8.7 so we can use CMAKE_GNUtoMSjulie1-1/+1
2013-11-29fix to bug report 4331lawrence.mulholland2-8/+8
2013-11-26Correct bug reported by Alex Zotkevich from Intel langou2-96/+98
2013-11-20 Fix info value problem for (c,d,s,z)tgsy2.f reported by Elena Ivanova (ORACL...julie4-4/+4
2013-11-17Slight modification to Lawrence patch for xTPQRT - Update conditions for test...julie4-4/+4
2013-11-17update ilaverjulie1-4/+4
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