summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests/Properties.hs
AgeCommit message (Collapse)Author
2010-09-20generalized diagRectAlberto Ruiz
2010-09-14more general pnormAlberto Ruiz
2010-09-11optimized conjugateAlberto Ruiz
2010-09-06Merged changes with conversion-linearVivian McPhail
2010-09-04vector norms moved to VectorsAlberto Ruiz
2010-08-31refactoring normsAlberto Ruiz
2010-08-28conversion function namesAlberto Ruiz
2010-08-26Float matrix productAlberto Ruiz
2010-04-23app5-10, some SCC, and other minor changesAlberto Ruiz
2010-03-30flag -f-ddAlberto Ruiz
2010-03-01compatible with vectorAlberto Ruiz
2010-02-20fixed nullspace propAlberto Ruiz
2010-02-07added odeSolveAlberto Ruiz
2009-12-29linearSolveLS, rqAlberto Ruiz
2009-12-28additional eig functionsAlberto Ruiz
2009-12-28additional svd functionsAlberto 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-11-04multiply/trans okAlberto Ruiz
2008-10-27added luSolveAlberto Ruiz
2008-10-22-WallAlberto Ruiz
2008-10-02alternative multiply versionsAlberto Ruiz
2008-03-05add Intel's MKL supportAlberto Ruiz
2008-03-02testing modules okAlberto Ruiz
2008-02-27tests reorganizedAlberto Ruiz
2008-02-23working on testsAlberto Ruiz
2008-02-21working on testsAlberto Ruiz
2008-02-05arbitrary well-conditioned matricesAlberto Ruiz
2008-02-03test modules reorganizedAlberto Ruiz