summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03Merge pull request #117 from nickkolok/genErationlangou1-4/+4
geNRation fixed to geNERation 4 times
2017-02-03geNRation fixed to geNERation 4 timesNickKolok1-4/+4
2017-02-01Fix #116Julien Langou6-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-23Merge pull request #114 from turboencabulator/cleanuplangou65-405/+165
Assorted Makefile fixes
2017-01-22Avoid rebuilding CBLAS library and examplesKyle Guinn4-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-22Consolidate the BLAS/TESTING MakefilesKyle Guinn16-254/+62
Move the test inputs into the TESTING dir.
2017-01-22Move some rules to INSTALL/MakefileKyle Guinn2-6/+18
2017-01-22Remove stale libm dependencyKyle Guinn2-5/+0
2017-01-22Make ALLXOBJ refer to the right set of filesKyle Guinn1-9/+9
2017-01-22Fix Doxygen warningsKyle Guinn41-43/+47
2017-01-22Remove duplicate ilaver.fKyle Guinn1-72/+0
All the build scripts use the one in the INSTALL directory.
2017-01-21Merge pull request #113 from martin-frbg/martin-frbg-patch-1langou1-5/+12
Split SRC_OBJ list to avoid build problem with mingw/msys
2017-01-21Split SRC_OBJ list to fix build problem with the mingw/msys arMartin Kroeker1-5/+12
Fixes #111
2017-01-21Merge pull request #112 from turboencabulator/cleanuplangou8-246/+158
Makefile cleanup
2017-01-21Switch spelling of USE_XBLASKyle Guinn1-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-21Use ${DSLASRC} and ${ZCLASRC} when building single-precisionKyle Guinn1-15/+16
2017-01-21Add a missing fileKyle Guinn1-1/+2
2017-01-21Remove duplicate lineKyle Guinn1-1/+0
2017-01-20Update commentsKyle Guinn2-160/+63
Fix missing $(errhand) on the all3 Makefile target.
2017-01-20Fix Makefile/CMakeLists.txt differencesKyle Guinn2-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-19Move [sd]latm7 to the list of common filesKyle Guinn2-10/+10
2017-01-19Fix whitespace and flag ordering leftovers from mergeKyle Guinn2-5/+5
2017-01-19Merge tag 'v3.7.0' into cleanupKyle Guinn3536-16399/+141471
2017-01-17a few `gq}` command (no content change)Julien Langou1-27/+23
2017-01-17capitalize some lettersJulien Langou1-2/+2
2017-01-17suggestion from JimJim Demmel1-3/+4
2017-01-17?case sensitive?Julien Langou1-1/+1
2017-01-17edit in the README to speak a little more about licensing, copyright, etc.Julien Langou1-3/+15
(from a good idea from Jim)
2017-01-17edits from JimJim Demmel1-7/+5
2017-01-14minorJulien Langou1-6/+7
2017-01-13Edit the README.mdJulien Langou1-76/+25
(See suggestion for improvement of @nschloe in #108)
2017-01-04Merge pull request #108 from nschloe/readme-markdownlangou1-74/+56
Readme markdown
2017-01-04Update README.mdNico Schlömer1-21/+14
2017-01-04update README, include travis badgeNico Schlömer1-59/+48
2016-12-29fixes some more complex to int conversion in the LAPACKE files during workspaceJulien Langou6-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-29Fix issue #105Julien Langou2-2/+0
2016-12-29Merge pull request #107 from jschueller/ftbfs-aggregatedlangou4-4/+4
Fix complex to int conversion
2016-12-29Merge pull request #104 from sebastien-villemot/masterlangou43-52/+52
Patches applied to Debian package for LAPACK 3.7.0
2016-12-29Merge pull request #106 from jschueller/patch-1langou1-4/+4
Fix osx build
2016-12-29Fix complex to int conversionJulien Schueller4-4/+4
2016-12-29Fix osx buildJulien Schueller1-4/+4
2016-12-29Fix -r option of lapack_testing.py.Sébastien Villemot1-9/+9
The numbering of tests had been broken in commit ed4e95e4.
2016-12-29Fix various typos.Sébastien Villemot42-43/+43
2016-12-26Inappropriate use of 'LAPACKE_dge_trans' instead of LAPACKE_dsy_trans in ↵Julien Langou4-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-23Updating version number on source file modified since 3.6.1Julie3473-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-23Updating version on Version filesJulie7-14/+15
2016-12-23Fixing 2stage lapackeJulie23-162/+162
Thank you @haidarazzam
2016-12-22somewhat better description of the minimal workspace needed for a workspace ↵Julien Langou2-6/+6
query
2016-12-22Follow up with ad5bc21cb50535d66d628a309d60128db96c8851Julien Langou2-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-19contribution from Zlatko DrmacJulien Langou6-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.