summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-04minor fix: add comment to warn that vector and matrix arguments are not refer...julie32-0/+34
2010-12-31Re-worked the type size check to be much more compactjulie3-62/+52
2010-12-30Added acml_mv to the ACML link librariesjulie1-3/+3
2010-12-301. Adjusted regex checks in CheckLAPACKCompilerFlags.cmake to be more compactjulie3-129/+288
2010-12-24Display the test's output to stdout after a run so it can be viewed on the da...julie1-1/+8
2010-12-241. Fixed a typo in FindBLAS for SGI (SCCL should have been SCSL) and 2. Fix...julie2-8/+8
2010-12-231. Added support for both IBM XL Fortran and IBM VisualAge Fortranjulie2-9/+22
2010-12-23Fixed a bug in the IBM compiler options (-ffixed-form -> -qfixed).julie1-2/+2
2010-12-23Added checks disable floating point exceptions for GNU, Intel, Sun, and IBM c...julie2-0/+58
2010-12-21Fixed FindBLAS for Sun Performance Libraryjulie1-4/+6
2010-12-20Added a CTestCustom.cmake file to filter unwanted files from code coverage an...julie2-0/+34
2010-12-17Adding Peng Du's name in the authors of the variants.langou1-1/+1
2010-12-161. Corrected the way linker flags from FindBLAS are being usedjulie2-128/+147
2010-12-15 Merge some of Sebastien Fabbro's patch for CMAKEjulie4-15/+68
2010-12-15Added compiler flags from FindBLAS.julie2-6/+11
2010-12-15minor modif on find BLASjulie2-18/+18
2010-12-15Removed leftover debug messages from FindBLAS.cmakejulie1-2/+0
2010-12-15Added support for external BLAS libraries in the CMake build.julie3-3/+349
2010-12-14undoing my check, sorrylangou1-1/+0
2010-12-14this is a testlangou1-0/+1
2010-12-13New license file as agreed by email.langou1-10/+22
2010-11-29Follow rencang's recommendation to fix bug 0064, set MAXIT to 64julie2-2/+2
2010-11-17Fix line lengthjulie1-2/+2
2010-11-17Fix typo in external routine namejulie4-4/+4
2010-11-14correct indentationlangou1-69/+69
2010-11-14imporve (?) commentslangou4-8/+12
2010-11-14typoslangou4-8/+8
2010-11-13 Correct memory access in CSD found with -fbounds-check flagjulie8-48/+92
2010-11-13polish commentsjulie4-53/+97
2010-11-10(no commit message)brian4-4/+4
2010-11-10update 2009 to 2010 in some fileslangou2-1/+2
2010-11-08Start getting ready for the releasejulie121-280/+336
2010-11-08Update CMake buildjulie3-13/+35
2010-11-07fix again some COMPLEX instead of CMPLXjulie2-8/+8
2010-11-07fix again some COMPLEX instead of CMPLXjulie2-8/+8
2010-11-07Fix a minor problem on csd - intrinsic function is CMPLX and not COMPLEX (sam...julie2-51/+51
2010-11-07Correct bug0064 :: got a bug in divide and conquer (non convergence)julie6-2/+18
2010-11-04Incorporated CSD source and testing routines into SRC/Makefile, TESTING/Makef...brian21-61/+351
2010-11-04Removed nonexistent fourth matrix type from CSD test routines and csd.inbrian5-14/+9
2010-11-04Modified TESTING/EIG/alahdg.f to test CS decomposition codebrian1-0/+41
2010-11-03Added CS decomposition test files to TESTINGbrian9-0/+2444
2010-11-03Added CS decomposition source files to SRC/brian20-0/+8504
2010-11-03Commiting the 3 other precisions (single, complex, dcomplex) for sytri using ...julie30-61/+2385
2010-11-02 [xSYTRS/xSYSV] Hide the call to syconv inside trs2 to avoid changing the SYT...julie27-124/+880
2010-09-30Add hetrs2 for c and z, a Level BLAS 3 version of hetrs (same than rev 751)julie8-32/+680
2010-08-25Included bug fix provided by Zlatco on Jacobi SVDjulie8-164/+175
2010-08-17Array out-of-bounds reference in xLAQR5.langou4-95/+105
2010-08-10Patch provided by the kitware team on Aug 5th (Brad King and Bill Hoffman)julie4-1/+22
2010-08-10Various comment fixesjulie58-124/+124
2010-08-09Adding a hint on the data storage required for band matrices in xLASCL.langou4-4/+4