aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-10lapack_testing: test name spaces replaced with '-'HEADmasterNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-05-10lapack_testing.py: print lava friendly resultsNaresh Kamboju
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2017-01-04Merge pull request #108 from nschloe/readme-markdownlangou
Readme markdown
2017-01-04Update README.mdNico Schlömer
2017-01-04update README, include travis badgeNico Schlömer
2016-12-29fixes some more complex to int conversion in the LAPACKE files during workspaceJulien Langou
queries See pull request #107 for an initial bunch of these corrections, this is a follow up. This should hopefully fix them all.
2016-12-29Fix issue #105Julien Langou
2016-12-29Merge pull request #107 from jschueller/ftbfs-aggregatedlangou
Fix complex to int conversion
2016-12-29Merge pull request #104 from sebastien-villemot/masterlangou
Patches applied to Debian package for LAPACK 3.7.0
2016-12-29Merge pull request #106 from jschueller/patch-1langou
Fix osx build
2016-12-29Fix complex to int conversionJulien Schueller
2016-12-29Fix osx buildJulien Schueller
2016-12-29Fix -r option of lapack_testing.py.Sébastien Villemot
The numbering of tests had been broken in commit ed4e95e4.
2016-12-29Fix various typos.Sébastien Villemot
2016-12-26Inappropriate use of 'LAPACKE_dge_trans' instead of LAPACKE_dsy_trans in ↵Julien Langou
LAPACKE_dsygvx under 'LAPACK_ROW_MAJOR' Same for c,s,z See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=5018 Thanks to pysmile@lapack-forum for bug report
2016-12-23Updating version number on source file modified since 3.6.1Julie
This is really old school, but a lot of times we have users sending us copy pasting of codes, and that is the only way to know the version of the code.
2016-12-23Updating version on Version filesJulie
2016-12-23Fixing 2stage lapackeJulie
Thank you @haidarazzam
2016-12-22somewhat better description of the minimal workspace needed for a workspace ↵Julien Langou
query
2016-12-22Follow up with ad5bc21cb50535d66d628a309d60128db96c8851Julien Langou
Contribution from Zlatko Drmac 1) LWORK query added; 2) few modifications in pure one sided Jacobi (XGESVJ) to remove possible error in the really extreme cases (sigma_max close to overflow and sigma_min close to underflow) - note that XGESVJ is deigned to compute the singular values in the full range; I used it (double complex) to compute SVD of certain factored Hankel matrices with the condition number 1.0e616; 3) in the preconditioned Jacobi SVD (XGEJSV), the code I sent before to Julie had one experimental modification that I had forgotten to remove before sending - now this is done (the idea was to extend the computational range, but that brings to much too risky dependence on how other lapack routines behave under those extreme conditions).
2016-12-19contribution from Zlatko DrmacJulien Langou
Note: I still need to work on merging [C/Z]GEJSV, but there is much more work on these two files. We will see when this can be done.
2016-12-19( oops, forgot to commit ztrevc3.f in previous commit. )Julien Langou
( related to commit: 58e4d0ec7e992c763a60813352407e8103cd3386 )
2016-12-19Merge branch 'master' of https://github.com/Reference-LAPACK/lapackJulien Langou
2016-12-19[ minor ] fix some missing EXTERNAL declarationsJulien Langou
Note: Bug report (for missing GEMM) communicated by email by Jim Demmel. (Thanks Jim.) Took the occasion to fix some more missing EXTERNAL.
2016-12-17Reverting commit for Travis fixJulie
commit #13288db Travis still broken for Mac
2016-12-17Adding 2stage to LAPACKEJulie
2016-12-17Fix typoJulie
2016-12-16Merge pull request #101 from karturov/masterlangou
TS QR: changed API, added LAPACKE interfaces and fixes.
2016-12-14following up with 1c09a232b5d1314e2e13f36e081efe9f9406d17eJulien Langou
( Correct the test suite accordingly. )
2016-12-14Fix ?LAMSWLQeugene.chereshnev
2016-12-14Fix ?LAMTSQReugene.chereshnev
2016-12-14TESTING/LIN/*errtsqr.f: fix LDA in ?GEMQR callseugene.chereshnev
2016-12-14Fix ?GETSLSeugene.chereshnev
2016-12-14Fix ?GEQR and ?GEMQReugene.chereshnev
2016-12-14Fix ?GELQ and ?GEMLQeugene.chereshnev
2016-12-14Minor fix in Netlib testkonstantin.i.arturov
2016-12-14Merge branch 'master' of https://github.com/karturov/lapackkonstantin.i.arturov
2016-12-14Changes in TS QR APIkonstantin.i.arturov
2016-12-13Fix tests in accordance with interface changeseugene.chereshnev
2016-12-13Add lapacke interfaces for ?getslseugene.chereshnev
2016-12-13Add lapacke interfaces for ?geqr, ?gelq, ?gemqr and ?gemlqeugene.chereshnev
2016-12-13Merge branch 'master' of https://github.com/Reference-LAPACK/lapackJulien Langou
2016-12-13fix #98Julien Langou
2016-12-10Adding [SY/HE]CON_3 to LAPACKEJulie
2016-12-10oopsJulie
2016-12-10Adding [SY/HE]TRI_3 to LAPACKEJulie
2016-12-10Adding [SY/HE]TRF_RK to LAPACKEJulie
2016-12-10Adding [SY/HE]SV_RK to LAPACKEJulie
2016-12-10Adding [SY/HE]TRS_3 to LAPACKEJulie
2016-12-09Merge pull request #97 from haidarazzam/2stagelangou
2stage