summaryrefslogtreecommitdiff
path: root/TESTING/EIG/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-02-06Simplify the clean targetsKyle Guinn1-3/+6
cleanobj: Remove object files cleanlib: Remove libraries cleanexe: Remove test and example executables cleantest: Remove test output and core dumps clean: All of the above
2017-02-05Fix missing or unnecessary prerequisitesKyle Guinn1-10/+9
2017-02-04Add libraries as prerequisitesKyle Guinn1-19/+11
Use the automatic variable $^ to refer to all prerequisites when linking or creating an archive.
2017-02-03Strip out comments that don't applyKyle Guinn1-3/+2
2016-11-25merging: Various cleanups to makefiles #84Julie1-25/+26
Contribution by @turboencabulator Closing #84
2016-11-06 adding the 2stage symmetric eigenvalue routines drivers checkingRenegade1-12/+12
2015-11-04Commit svdx files sent by Osni on Oct 31st 2015julie1-4/+4
Updated Makefile Updated file format (Oxygen) Small Fix: sdrvbd / cdrvbd has a lot of double / double complex in comments From Osni: Files for LAPACK/SRC (all new, additions to Makefile are needed): - dbdsvdx.f, sbdsvdx.f: full or partial (subset) SVD of a bidiagonal matrix through an associated eigenvalue problem - dgesvdx.f, sgesvdx.f, zgesvdx.f, cgesvdx.f: full or partial (subset) SVD of a general matrix by invoking bdsvdx Files for LAPACK/TESTING/EIG : - dchkbd.f, schkbd.f: added tests 20-34 for bdsvdx - dbdt04.f, sbdt04.f (new): needed for tests 25 and 30 in chkbd - dlahd2.f, slahd2.f: added information about tests 20-34 in chkbd - derrbd.f, serrbd.f: added tests for the values of INFO returned by bdsvdx - ddrvbd.f, sdrvbd.f, zdrvbd.f, cdrvbd.f: added tests 23-35 (real case) and 15-27 (complex case) for gesvdx. - dbdt05.f, sbdt05.f, zbdt05.f, cbdt05.f (new): needed for tests 30,33 (real case) and 22,25 (complex case) for gesvdx - derred.f, serred.f, zerred.f, cerred.f: added tests for the values of INFO returned by gesvdx Current Issues: - 16 real tests do not pass the threshold ( ssvd.out) - but seems to go through in debug - serrbd.f has some DOUBLE PRECISION calculation inside - Is that ok or shall we change it to REAL? Line 113-119 * Set the variables to innocuous values. * DO 20 J = 1, NMAX DO 10 I = 1, NMAX A( I, J ) = 1.D0 / DBLE( I+J ) 10 CONTINUE 20 CONTINUE TODO: - corresponding LAPACKE routines - Test Doxygen format
2015-08-17Moved deprecated SGVD routines into DEPRECATED directory.philippe.theveny1-4/+4
Added a BUILD_DEPRECATED option for make and cmake, which build deprecated routines into the LAPACK library (OFF by default). This completes r1563. TODO: document the BUILD_DEPRECATED option (i.e. update documentation).
2015-08-14Added BLAS3 routines for generalised SVD.philippe.theveny1-4/+4
TODO: LAPACKE wrappers.
2015-08-06Remove all but one deprecated routines from the test suite.philippe.theveny1-4/+4
NOTE: The tests are renumbered in xDRVLS and xCHKTZ. TODO: remove deprecated xGEQPF, when it is replaced by xGEQP3 in xGGSVP.
2015-02-24Add xGGHD3: blocked Hessenberg reduction, code from Daniel Kressner.philippe.theveny1-4/+4
Add xGGES3 and xGGEV3: computation of the Schur form, the Schur vectors, and the generalized eigenvalues using the blocked Hessenberg reduction.
2011-09-26Add the LAPACK library as dependencies for testing after Igor's comment.julie1-4/+4
This means that if you change one file, all testings will be rerun. Should we be smarter than that?
2010-11-04Incorporated CSD source and testing routines into SRC/Makefile, ↵brian1-4/+4
TESTING/Makefile, TESTING/EIG/Makefile, TESTING/EIG/xchkee.f; changes to comments in CSD routines
2008-12-16(no commit message)julie1-8/+8
2008-10-28Move LAPACK trunk into position.jason1-0/+172