summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Correct comments in langou4-8/+8
2012-08-03error in comment detected by Mathieu (PLASMA)julie4-4/+4
2012-07-27Commit Brian Sutton new CS Decomposition routines.julie40-195/+11624
2012-07-17added NaN check to prevent NaN's from being skipped in accumulationjames4-13/+29
2012-07-16matrix norms now consistently return nan when input matrix contains a nan;james54-628/+1182
2012-07-13Add make.in for pgf95 compilerjulie1-0/+75
2012-07-04Correct bug0096 reported by Joseph Young from Sandia.julie4-557/+560
2012-07-03Add Brief description for auxiliary routinesjulie750-750/+750
2012-06-29Added fix to prevent dividing by T when T=0 provided by Alexander Kobotov of ...james2-4/+4
2012-05-22Correct a problem reported by Keita Teranishi from CRAY on May 18th 2012julie4-4/+4
2012-05-16added missing comma, thanks to Lee Killough at ANLjames1-1/+1
2012-05-14Correct a minor problem in comments sent by Alexander Kobotovjulie2-4/+4
2012-05-12Fix lange routine.julie4-8/+8
2012-04-26Commit patch sent by Sébastien Fabbro to enable LAPACKE built without LAPACK.julie6-28/+76
2012-04-25Update CMAKE version requirement and remove FindBLAS module that is now inclu...julie2-452/+1
2012-04-25Minor modification for ctest build templatejulie1-9/+10
2012-04-25Fix small problem detected by user Yao Toa. sent to the LAPACK mailing list o...julie1-2/+0
2012-04-23modified exceptional shift for complex versions - solves problem of nan's app...james2-2/+4
2012-04-23Fix problems in comments found by Alexander Kobotovjulie40-52/+52
2012-04-20Fix XLF flags that were causing test zgg to hangjulie2-2/+3
2012-04-19put FOUR parameter back since it is used in this routinejames1-2/+2
2012-04-18rearrange the test (Julien prefers it that way)julie2-2/+2
2012-04-18Update date and revision numberjulie9-16/+17
2012-04-18Correct bug sent by NAG peoplejulie2-24/+32
2012-04-17modified exceptional shift strategy so that QZ now works for various pencils ...james4-6/+4
2012-04-13Update version numberjulie239-727/+727
2012-04-12Fix small issue with lapacke builtjulie2-2/+2
2012-04-12Add -qnosave option for xlf compiler (Thanks Rodney)julie2-4/+7
2012-04-12Follow up to rev r1130 julie41-84/+314
2012-04-11removed comment regarding A being modified and restored - this is no longer t...james16-16/+0
2012-04-11Remove unused variablesjulie8-12/+4
2012-04-11Remove unused parametersjulie43-106/+67
2012-04-11added code to handle N=1 case to fix divide by zero problem that occursjames4-0/+12
2012-04-10Fix call to GEMQRT (no lwork) and lwork declarationsjulie4-29/+29
2012-04-10Fix External Subroutines declarationsjulie8-10/+8
2012-04-05Add the python script for LAPACK Summary output to CTESTjulie2-1/+11
2012-04-05changed SVD test threshold to 50.0 and removed SEP test for matrix type 9 so ...james2-2/+4
2012-04-03changed weights so that the badly conditioned tests (which always fail) are a...james4-16/+16
2012-04-03Fix provided by Hong Bo Peng for bug0026james2-0/+2
2012-04-02Undoing unvoluntary change commited in 1237julie4-72/+24
2012-04-02(no commit message)julie10-24/+78
2012-03-22Following Mathieu's request, some part of lapacke.h were moved to lapacke_uti...julie2069-2089/+70
2012-03-22Correct problem in Workspace calculationjulie4-0/+8
2012-03-20Correct bug 0090 Need to unscale if necessary when there is an error in DHGEQ...julie8-18/+16
2012-03-20Add csyr and zsyr needed by the PLASMA projectjulie7-1/+344
2012-02-23modified so that V is [in] only instead of [in/out]james4-171/+152
2012-02-17Change CMAKE configuration for LAPACKEjulie6-3871/+1065
2012-01-26Fix Makefile in LINjulie1-6/+6
2012-01-21Fix Typojulie1-1/+1
2012-01-20Fixed problem with optimizer breaking error checking, now using F90 EPSILON i...james4-10/+15