aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-08Fix Issue #95Julien Langou
2016-12-07 removing GOTORenegade
2016-12-07 merging zhetrd_hb2stRenegade
2016-12-06Trying to fix Travis for Fortran buildJulie
Suggestion by @BanzaiMan on #68
2016-12-06Merge pull request #94 from cmoha/masterjulielangou
fix for some bugs
2016-12-06redundant variablescmoha
2016-12-06fix #5cmoha
2016-12-06fix #4cmoha
2016-12-06fix #3cmoha
2016-12-06Merge remote-tracking branch 'refs/remotes/Reference-LAPACK/master'cmoha
2016-12-06fixed definition of some voidscmoha
2016-12-06Merge pull request #93 from cmoha/patch-2langou
bug: fixed compilation error
2016-12-06bug: fixed compilation errorcmoha
2016-12-04Merge branch 'master' of https://github.com/Reference-LAPACK/lapackJulien Langou
2016-12-04correct WORKSPACE size for dgemqrJulien Langou
2016-12-04remove MB and NB from the code, they are not used and this routine should be ↵Julien Langou
agnostic to them
2016-12-04minorJulien Langou
2016-12-04correction of previous commit: WORK needs actuallt to be of size at least 12Julien Langou
2016-12-04WORK needs to be at least of size 6Julien Langou
2016-12-04minorJulien Langou
2016-12-04minorJulien Langou
2016-12-04minor typo in DGEMQRJulien Langou
2016-12-03Adding complex symmetric Aasen routines to LAPACKEJulie
2016-12-03Remove GOTO statment in iparam2stage.FJulie
2016-12-03Polishing code...Julie
Remove #define for precision Remove Goto
2016-12-02Fixes #92: xLASWP: bug for negative INCXVladimír Chalupecký
Thanks to Vladimír Chalupecký for noticing quite an old bug in xLASWP. The bug is fixed now. The cases for INCX = 1 and INCX = -1 were correct. It is not clear whether any other cases would be useful. So the bug was never detected. We might want to consider to (1) forbid any values for INCX but INCX = 1 and INCX = -1, (2) and simplify the code and the subroutine description accordingly. Comments welcome. Julien.
2016-11-26Correct typos. See email from Berend Hasselman.Julien Langou
2016-11-25merging: Various cleanups to makefiles #84Julie
Contribution by @turboencabulator Closing #84
2016-11-25Bug reported by Peng HongBo, Joan McComb, and Yi LB Peng from IBM.Julien Langou
When M=0 or N=0, [C/Z]GESDD would not return the value 1 in WORK(1). Fixing this by following [S/D]GESDD code.
2016-11-24defficient spells deficientJulien Langou
2016-11-24print nine-character-long subroutine names (instead of 6-character-long) in ↵Julien Langou
TESTING/LIN/xerbla.f
2016-11-24correct a few typos in the Makefile of TESTINGJulien Langou
2016-11-23Adding Aasen routines for complex symmetric matrix to CMake BuildJulie
Also fix .F case for .F files in CMafileList.txt and some typo. CMake runs fine now.
2016-11-23Merge pull request #89 from iyamazaki/lapack-aasenjulielangou
Lapack aasen , Add Aasen's for complex symmetric matrix, and a few cleanups/fixes in testers.
2016-11-21remove RCONDC in testing.Ichitaro Yamazaki
2016-11-22(minor) typo in the code zgetsls.fJulien Langou
2016-11-21working on issue https://github.com/Reference-LAPACK/lapack/issues/85Julien Langou
2016-11-21add Aasen's for complex symmetric into Makefiles.Ichitaro Yamazaki
2016-11-20skip checking solution in tester since xSYTRI is not implemented toIchitaro Yamazaki
compute condition number.
2016-11-20typos.Ichitaro Yamazaki
2016-11-19First minor change to 2 stage contributionJulie
Update Makefile to handle .F Update Cmake build Note: We have duplicate loop numbers due to Define statement that stops the compilation with Cmake default option. Fix coming very shortly
2016-11-19Merge pull request #83 from haidarazzam/masterjulielangou
adding the 2stage symmetric eigenvalue routines drivers checking
2016-11-17remove compiler warnings.Ichitaro Yamazaki
2016-11-17insert argument check for Aasen's complex symmetric, and also check forIchitaro Yamazaki
lwork > 0.
2016-11-17fixing lwork for Aasen's (lwork > 0).Ichitaro Yamazaki
2016-11-17some clean ups for Aasen's tester.Ichitaro Yamazaki
2016-11-17add complex symmetric Aasen's into the tester.Ichitaro Yamazaki
2016-11-17testers for complex symmetric Aasen'sIchitaro Yamazaki
2016-11-17typos in comments.Ichitaro Yamazaki
2016-11-17first version of complex symmetric solvers.Ichitaro Yamazaki