Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-03 | Merge pull request #117 from nickkolok/genEration | langou | 1 | -4/+4 | |
geNRation fixed to geNERation 4 times | |||||
2017-02-03 | geNRation fixed to geNERation 4 times | NickKolok | 1 | -4/+4 | |
2017-02-01 | Fix #116 | Julien Langou | 6 | -8/+8 | |
Thanks to @ashwinyes for bug report #116 in the test suite. Weird bug. I wrote these test codes for the RFP format in 2008 for LAPACK 3.2, and clearly the code was not being tested as intended, thanks for the bug report. Fixed now. | |||||
2017-01-23 | Merge pull request #114 from turboencabulator/cleanup | langou | 65 | -405/+165 | |
Assorted Makefile fixes | |||||
2017-01-22 | Avoid rebuilding CBLAS library and examples | Kyle Guinn | 4 | -17/+30 | |
Use targets that are actual filenames so that make can determine if the target is already up-to-date. Since $(CBLASLIB) is a relative path, delete it from a Makefile at the right depth. | |||||
2017-01-22 | Consolidate the BLAS/TESTING Makefiles | Kyle Guinn | 16 | -254/+62 | |
Move the test inputs into the TESTING dir. | |||||
2017-01-22 | Move some rules to INSTALL/Makefile | Kyle Guinn | 2 | -6/+18 | |
2017-01-22 | Remove stale libm dependency | Kyle Guinn | 2 | -5/+0 | |
2017-01-22 | Make ALLXOBJ refer to the right set of files | Kyle Guinn | 1 | -9/+9 | |
2017-01-22 | Fix Doxygen warnings | Kyle Guinn | 41 | -43/+47 | |
2017-01-22 | Remove duplicate ilaver.f | Kyle Guinn | 1 | -72/+0 | |
All the build scripts use the one in the INSTALL directory. | |||||
2017-01-21 | Merge pull request #113 from martin-frbg/martin-frbg-patch-1 | langou | 1 | -5/+12 | |
Split SRC_OBJ list to avoid build problem with mingw/msys | |||||
2017-01-21 | Split SRC_OBJ list to fix build problem with the mingw/msys ar | Martin Kroeker | 1 | -5/+12 | |
Fixes #111 | |||||
2017-01-21 | Merge pull request #112 from turboencabulator/cleanup | langou | 8 | -246/+158 | |
Makefile cleanup | |||||
2017-01-21 | Switch spelling of USE_XBLAS | Kyle Guinn | 1 | -4/+4 | |
All other CMakeLists are using "USE_XBLAS" with the underscore. All Makefiles are using "USEXBLAS" with no underscore. Should probably make this consistent in the future. | |||||
2017-01-21 | Use ${DSLASRC} and ${ZCLASRC} when building single-precision | Kyle Guinn | 1 | -15/+16 | |
2017-01-21 | Add a missing file | Kyle Guinn | 1 | -1/+2 | |
2017-01-21 | Remove duplicate line | Kyle Guinn | 1 | -1/+0 | |
2017-01-20 | Update comments | Kyle Guinn | 2 | -160/+63 | |
Fix missing $(errhand) on the all3 Makefile target. | |||||
2017-01-20 | Fix Makefile/CMakeLists.txt differences | Kyle Guinn | 2 | -50/+58 | |
Consists of rearranging linebreaks, moving the following files to conditionally-compiled sections, and adding the equivalent files for USEXBLAS. ?errvx ?drvsy ?drvhe ?errsy ?errhe ?errpo | |||||
2017-01-19 | Move [sd]latm7 to the list of common files | Kyle Guinn | 2 | -10/+10 | |
2017-01-19 | Fix whitespace and flag ordering leftovers from merge | Kyle Guinn | 2 | -5/+5 | |
2017-01-19 | Merge tag 'v3.7.0' into cleanup | Kyle Guinn | 3536 | -16399/+141471 | |
2017-01-17 | a few `gq}` command (no content change) | Julien Langou | 1 | -27/+23 | |
2017-01-17 | capitalize some letters | Julien Langou | 1 | -2/+2 | |
2017-01-17 | suggestion from Jim | Jim Demmel | 1 | -3/+4 | |
2017-01-17 | ?case sensitive? | Julien Langou | 1 | -1/+1 | |
2017-01-17 | edit in the README to speak a little more about licensing, copyright, etc. | Julien Langou | 1 | -3/+15 | |
(from a good idea from Jim) | |||||
2017-01-17 | edits from Jim | Jim Demmel | 1 | -7/+5 | |
2017-01-14 | minor | Julien Langou | 1 | -6/+7 | |
2017-01-13 | Edit the README.md | Julien Langou | 1 | -76/+25 | |
(See suggestion for improvement of @nschloe in #108) | |||||
2017-01-04 | Merge pull request #108 from nschloe/readme-markdown | langou | 1 | -74/+56 | |
Readme markdown | |||||
2017-01-04 | Update README.md | Nico Schlömer | 1 | -21/+14 | |
2017-01-04 | update README, include travis badge | Nico Schlömer | 1 | -59/+48 | |
2016-12-29 | fixes some more complex to int conversion in the LAPACKE files during workspace | Julien Langou | 6 | -6/+6 | |
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-29 | Fix issue #105 | Julien Langou | 2 | -2/+0 | |
2016-12-29 | Merge pull request #107 from jschueller/ftbfs-aggregated | langou | 4 | -4/+4 | |
Fix complex to int conversion | |||||
2016-12-29 | Merge pull request #104 from sebastien-villemot/master | langou | 43 | -52/+52 | |
Patches applied to Debian package for LAPACK 3.7.0 | |||||
2016-12-29 | Merge pull request #106 from jschueller/patch-1 | langou | 1 | -4/+4 | |
Fix osx build | |||||
2016-12-29 | Fix complex to int conversion | Julien Schueller | 4 | -4/+4 | |
2016-12-29 | Fix osx build | Julien Schueller | 1 | -4/+4 | |
2016-12-29 | Fix -r option of lapack_testing.py. | Sébastien Villemot | 1 | -9/+9 | |
The numbering of tests had been broken in commit ed4e95e4. | |||||
2016-12-29 | Fix various typos. | Sébastien Villemot | 42 | -43/+43 | |
2016-12-26 | Inappropriate use of 'LAPACKE_dge_trans' instead of LAPACKE_dsy_trans in ↵ | Julien Langou | 4 | -8/+8 | |
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-23 | Updating version number on source file modified since 3.6.1 | Julie | 3473 | -8918/+8918 | |
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-23 | Updating version on Version files | Julie | 7 | -14/+15 | |
2016-12-23 | Fixing 2stage lapacke | Julie | 23 | -162/+162 | |
Thank you @haidarazzam | |||||
2016-12-22 | somewhat better description of the minimal workspace needed for a workspace ↵ | Julien Langou | 2 | -6/+6 | |
query | |||||
2016-12-22 | Follow up with ad5bc21cb50535d66d628a309d60128db96c8851 | Julien Langou | 2 | -3748/+4472 | |
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-19 | contribution from Zlatko Drmac | Julien Langou | 6 | -370/+415 | |
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. |