summaryrefslogtreecommitdiff
path: root/BLAS
AgeCommit message (Expand)AuthorFilesLines
2017-06-12BLAS/xROTMG; comment on xPARAM: turn to output directionHenning Thielemann2-2/+2
2017-06-12BLAS/xROTM; comment on xPARAM: turn to input directionHenning Thielemann2-2/+2
2017-06-12BLAS/xROTMx, comment on xPARAM: put 5 in parenthesesHenning Thielemann4-4/+4
2017-06-12BLAS: add Doxygen comments for parameters where missingHenning Thielemann44-6/+1176
2017-06-12BLAS/SDSDOT: convert parameter comments to Doxygen formatHenning Thielemann1-47/+71
2017-06-12BLAS/xROTM; parameter comments for xX and xY: correct array dimensionHenning Thielemann2-8/+4
2017-06-09BLAS doxygen array parameter comments: use the same format as LAPACKHenning Thielemann96-246/+246
2017-04-16Replace last occurrences of `include` install pathsDavid Seifert1-2/+2
2017-02-06Simplify the clean targetsKyle Guinn3-4/+34
2017-02-04Add libraries as prerequisitesKyle Guinn2-33/+29
2017-02-03Strip out comments that don't applyKyle Guinn1-37/+4
2017-02-03Use the BUILD_* option variables for BLAS and CBLASKyle Guinn1-4/+4
2017-02-03Use appending to create lists of source filesKyle Guinn1-14/+8
2017-01-22Consolidate the BLAS/TESTING MakefilesKyle Guinn14-231/+56
2017-01-22Remove stale libm dependencyKyle Guinn2-5/+0
2016-12-23Updating version number on source file modified since 3.6.1Julie163-464/+464
2016-11-25merging: Various cleanups to makefiles #84Julie6-54/+33
2016-10-05Improve pkgconfig file generationKyle Guinn2-6/+6
2016-07-10Remove CMake-language block-end command argumentsHans Johnson2-2/+2
2016-07-09STYLE: Remove trailing whitespace in Fortran filesHans Johnson163-1355/+1355
2016-07-09STYLE: Remove trailing whitespace in MISC filesHans Johnson4-44/+44
2016-07-09STYLE: Remove trailing whitespace in CMake filesHans Johnson2-23/+23
2016-06-27Description: Fix various typosSébastien Villemot12-12/+12
2016-03-02Fix for pkgconfig files lapack.pc, blas.pc - PATCH sent by Christoph Conrads ...julie1-3/+3
2015-11-15Updating version numberjulie24-72/+72
2015-09-03Minor edits in the BLAS header to better describe the functionality.langou4-5/+12
2015-09-02Committing Nico's change about build system improvements for LAPACKjulie1-3/+8
2014-07-12Edited the code of xGBMV, xGEMV and xGEMM by removing the test for an entry oflangou12-182/+130
2014-06-14Applied patch provided from vitaut on LAPACK forum on June 13th.julie1-5/+4
2014-02-10( Let me know if I broke anything. I double checked. We should be fine but )langou8-8/+9
2012-04-13Update version numberjulie12-36/+36
2012-04-11Remove unused parametersjulie8-16/+16
2012-01-20Fixed problem with optimizer breaking error checking, now using F90 EPSILON i...james4-10/+15
2012-01-20replaced calculation of EPS with F90 call to EPSILON intrinsicjames8-64/+8
2011-11-23Correct some more new lines in program - Thanks Igor for finding out the problemjulie12-12/+24
2011-11-11Update version number to 3.4.0julie1-1/+1
2011-11-03Cosmetic changes in Doxygen presentation.julie163-2653/+2108
2011-10-31Correct Warning detected during Doxygen Generation.julie92-954/+500
2011-10-06Integrating Doxygen in commentsjulie163-10720/+21110
2011-09-23Improve CMAKE BUILD system and OUTPUT PARSING when not all precisions are nee...julie1-14/+22
2011-08-15Replace DOUBLE COMPLEX by COMPLEX*16julie42-131/+130
2011-06-22Summer cleanupjulie9-9/+0
2011-04-02First pass for BLAS to homgenize notation for transpose (**T) and conjugate t...julie80-322/+322
2011-03-16Remove GO TO STATEMENT in DROTMG/DROTM and SROTMG/SROTM.julie6-550/+1025
2011-03-10Remove the easy GO TO statments....still 13 to remove in drotm.f and 36 in dr...julie42-848/+906
2011-01-04minor fix: add comment to warn that vector and matrix arguments are not refer...julie32-0/+34
2010-12-15 Merge some of Sebastien Fabbro's patch for CMAKEjulie2-1/+17
2010-08-10Patch provided by the kitware team on Aug 5th (Brad King and Bill Hoffman)julie1-0/+1
2010-03-10Take off comment to put xerbla back in BLAS libjulie1-1/+1
2009-09-10Fix bug0023: SROTMG and DROTMG uses deprecated Fortran ASSIGN statement and a...julie4-26/+64