summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
AgeCommit message (Collapse)Author
2009-06-10nmsimplex test compatAlberto Ruiz
2009-06-08included all GSL minimization methodsAlberto Ruiz
2009-06-07root finding with jacobianAlberto Ruiz
2009-06-04improved windows installation instructionsAlberto Ruiz
2009-06-04added some root finding algorithmsAlberto Ruiz
2009-04-18added minimizeVectorBFGS2Alberto Ruiz
2009-01-19credits to Daniel Shüssler and fix scale for complex trig testsAlberto Ruiz
2009-01-19Compatibility with QuickCheck 2 as well as QuickCheck 1Daniel Schüssler
Used the C preprocessor to make it compile against either QuickCheck version. Added some implementations for the new "shrink" method of class Arbitrary. The tests (runTests 10) succeed when compiled with QC 1. With QC 2 (runTests 10 too) the fourth "vector operations" test (complex trigonometry) now fails. I don't know whether this is a bug in my changes, or whether QC 2 just generates Doubles differently and thus uncovered a real bug.
2008-10-27added luSolveAlberto Ruiz
2008-10-22-WallAlberto Ruiz
2008-10-02alternative multiply versionsAlberto Ruiz
2008-04-17Read instancesAlberto Ruiz
2008-03-02testing modules okAlberto Ruiz
2008-02-27tests reorganizedAlberto Ruiz
2008-02-23working on testsAlberto Ruiz
2008-02-21working on testsAlberto Ruiz