platform/upstream/lapack.git
2012-08-24 james(no commit message)
2012-08-22 julie(no commit message)
2012-08-22 james(no commit message)
2012-08-21 julieCorrect typo found by Elena Ivanova, Oracle.
2012-08-18 jamesCorrected bug that occurs when V is stored in backwards...
2012-08-18 jamesreverting to previous version, which is correct
2012-08-17 jamesfixed logic error that corrects bug found by Duncan...
2012-08-10 julieCorrect comments and Doxygen generation following comme...
2012-08-09 langouCorrect comments in
2012-08-03 julieerror in comment detected by Mathieu (PLASMA)
2012-07-27 julieCommit Brian Sutton new CS Decomposition routines.
2012-07-17 jamesadded NaN check to prevent NaN's from being skipped...
2012-07-16 jamesmatrix norms now consistently return nan when input...
2012-07-13 julieAdd make.in for pgf95 compiler
2012-07-04 julieCorrect bug0096 reported by Joseph Young from Sandia.
2012-07-03 julieAdd Brief description for auxiliary routines
2012-06-29 jamesAdded fix to prevent dividing by T when T=0 provided...
2012-05-22 julieCorrect a problem reported by Keita Teranishi from...
2012-05-16 jamesadded missing comma, thanks to Lee Killough at ANL
2012-05-14 julieCorrect a minor problem in comments sent by Alexander...
2012-05-12 julieFix lange routine.
2012-04-26 julieCommit patch sent by Sébastien Fabbro to enable LAPACKE...
2012-04-25 julieUpdate CMAKE version requirement and remove FindBLAS...
2012-04-25 julieMinor modification for ctest build template
2012-04-25 julieFix small problem detected by user Yao Toa. sent to...
2012-04-23 jamesmodified exceptional shift for complex versions - solve...
2012-04-23 julieFix problems in comments found by Alexander Kobotov
2012-04-20 julieFix XLF flags that were causing test zgg to hang
2012-04-19 jamesput FOUR parameter back since it is used in this routine
2012-04-18 julierearrange the test (Julien prefers it that way)
2012-04-18 julieUpdate date and revision number
2012-04-18 julieCorrect bug sent by NAG people
2012-04-17 jamesmodified exceptional shift strategy so that QZ now...
2012-04-13 julieUpdate version number
2012-04-12 julieFix small issue with lapacke built
2012-04-12 julieAdd -qnosave option for xlf compiler (Thanks Rodney)
2012-04-12 julieFollow up to rev r1130
2012-04-11 jamesremoved comment regarding A being modified and restored...
2012-04-11 julieRemove unused variables
2012-04-11 julieRemove unused parameters
2012-04-11 jamesadded code to handle N=1 case to fix divide by zero...
2012-04-10 julieFix call to GEMQRT (no lwork) and lwork declarations
2012-04-10 julieFix External Subroutines declarations
2012-04-05 julieAdd the python script for LAPACK Summary output to...
2012-04-05 jameschanged SVD test threshold to 50.0 and removed SEP...
2012-04-03 jameschanged weights so that the badly conditioned tests...
2012-04-03 jamesFix provided by Hong Bo Peng for bug0026
2012-04-02 julieUndoing unvoluntary change commited in 1237
2012-04-02 julie(no commit message)
2012-03-22 julieFollowing Mathieu's request, some part of lapacke.h...
2012-03-22 julieCorrect problem in Workspace calculation
2012-03-20 julieCorrect bug 0090 Need to unscale if necessary when...
2012-03-20 julieAdd csyr and zsyr needed by the PLASMA project
2012-02-23 jamesmodified so that V is [in] only instead of [in/out]
2012-02-17 julieChange CMAKE configuration for LAPACKE
2012-01-26 julieFix Makefile in LIN
2012-01-21 julieFix Typo
2012-01-20 jamesFixed problem with optimizer breaking error checking...
2012-01-20 jamesreplaced calculation of EPS with F90 call to EPSILON...
2012-01-19 julieUpdate CMAKE build
2012-01-18 jamesFixed QRT routine testing
2012-01-17 langoutypo
2012-01-12 igor175added a comment to *chksy_rook.f
2012-01-12 igor175introduced CALL XLAENV( 2, 2 ) in zchksy.f and cchksy...
2012-01-12 igor175added sdrvsy_rook.f cdrvsy_rook.f zdrvsy_rook.f to...
2012-01-12 igor175small fixes, removed unused varibales in ddrvsy_rook...
2012-01-12 igor175added a test for double precision complex SV driver...
2012-01-12 igor175added a test for double precision complex SV driver...
2012-01-12 julieAdd an option LAPACKE_WITH_TMG that will generate the...
2012-01-12 julieAdd the test for single precision driver routines for...
2012-01-11 igor175added the test for single precision driver routines...
2012-01-11 julieFix LAPACKE makefile to only include XBLAS routine...
2012-01-10 julieAdding CMAKE Support for LAPACKE.
2012-01-08 julieFix minor problem in some comments...
2012-01-07 julieFix bug0085 - xGESVD Problem in Workspace computation
2012-01-06 julieAdd Rook pivoting routines to LAPACKE
2012-01-06 julieUpdate CMAKE build for Rook Pivoting Routines + correct...
2012-01-06 julieModifications following email from PLASMA Team (Mathieu)
2012-01-04 igor175added spacing between argumets in subroutine call
2012-01-04 igor175changed error handler alaerh.f so that it recognizes...
2012-01-04 igor175added the tests, i.e. ddrvsy_rook.f for driver routine...
2012-01-03 igor175fixed a typo in aladhd.f
2012-01-03 julieFix group problem for Level 2 BLAS routine in double...
2012-01-03 igor175added 'SR' test path to aladhd.f for driver routines...
2011-12-27 igor175added 'SR' test path to TESTING/LIN/*errvx.f to test...
2011-12-27 igor175added a special block diagonal matrix type to tests...
2011-12-27 igor175added a special block diagonal matrix type to tests...
2011-12-26 igor175changed a comment in cchkaa.f dchkaa.f schkaa.f
2011-12-26 igor175fixed a typo in TESTING/LIN/zerrsy.f
2011-12-26 igor175changed 'Complex precision' into 'Zomplex precision...
2011-12-26 igor175added 'ZSR' test path to test COPLEX*16 routines with...
2011-12-26 igor175added 'ZSR' test path to test COPLEX*16 routines with...
2011-12-26 igor175added TESTING/LIN/zchksy.f and included in the makefile
2011-12-26 igor175line formatting fixes to schksy_rook.f and dchksy_rook.f
2011-12-26 igor175updated tests in for COMPLEX symmetric indefinite matri...
2011-12-26 igor175fixed a typo in a comment in LIN/cchkaa.f
2011-12-26 igor175added 'CSR' tet path to test COMPLEX routines for symme...
2011-12-26 igor175added cchksy_rook.f in TESTING/LIN/ and included it...
2011-12-26 igor175added cchksy_rook.f in TESTING/LIN/ and included it...
2011-12-26 igor175fixed a call with a wrong number of arguments to *SYTRI...
next