summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Tests.hs
AgeCommit message (Collapse)Author
2010-09-28move successive to Tests and examplesAlberto Ruiz
2010-09-26fix imports, examplesAlberto Ruiz
2010-09-26add successiveVivian McPhail
2010-09-13remove ComplexContainerAlberto Ruiz
2010-09-12improve chain -> optimiseMult function / documentationVivian McPhail
2010-09-11simple testsAlberto Ruiz
2010-09-11optimized conjugateAlberto Ruiz
2010-09-08fixed type of vector normsAlberto Ruiz
2010-09-05refactor Numeric Vector/Matrix and classesVivian McPhail
2010-09-04unit tests for normsAlberto Ruiz
2010-08-31refactoring normsAlberto Ruiz
2010-08-26Float matrix productAlberto Ruiz
2010-08-25simpler Container typeclassAlberto Ruiz
2010-08-23offset testAlberto Ruiz
2010-07-08minor fix and thanksAlberto Ruiz
2010-05-12more simplificationAlberto Ruiz
2010-04-07mbCholSHAlberto Ruiz
2010-04-06some changes in GSL.FittingAlberto Ruiz
2010-04-06fixed option -f-ddAlberto Ruiz
2010-03-30flag -f-ddAlberto Ruiz
2010-03-28solve benchmarkAlberto Ruiz
2010-03-27cholSolveAlberto Ruiz
2010-03-27interface to Levenberg-MarquardtAlberto Ruiz
2010-03-01compatible with vectorAlberto Ruiz
2010-02-24created package hmatrix-specialAlberto Ruiz
2010-02-07added odeSolveAlberto Ruiz
2010-02-01export liftMatrix2AutoAlberto Ruiz
2010-01-20block utestAlberto Ruiz
2010-01-18deprecate .* and */Alberto Ruiz
2010-01-14dispf, dispsAlberto Ruiz
2009-12-30runBenchmarksAlberto Ruiz
2009-12-29linearSolveLS, rqAlberto Ruiz
2009-12-28additional eig functionsAlberto Ruiz
2009-12-28additional svd functionsAlberto Ruiz
2009-12-22fix ghc-6.12 warningsAlberto Ruiz
2009-12-12ranksv and testsAlberto Ruiz
2009-11-15uniformSampleAlberto Ruiz
2009-11-14added module Random.hsAlberto Ruiz
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