Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-20 | safe-cheap flag | Alberto Ruiz | |
2010-02-08 | fixed .cabal for OSX, ack. to H. Apfelmus | Alberto Ruiz | |
2010-02-07 | added odeSolve | Alberto Ruiz | |
2010-02-04 | added examples/HMatrixReal.hs | Alberto Ruiz | |
2010-02-03 | updated examples, removed Util module | Alberto Ruiz | |
2010-02-02 | added Numeric.LinearAlgebra.Util | Alberto Ruiz | |
2010-01-31 | auto replicate single row/column | Alberto Ruiz | |
2010-01-20 | block utest | Alberto Ruiz | |
2010-01-16 | vecdisp, scalar, docs | Alberto Ruiz | |
2010-01-14 | dispf, disps | Alberto Ruiz | |
2010-01-04 | minor change | Alberto Ruiz | |
2009-12-30 | runBenchmarks | Alberto Ruiz | |
2009-12-29 | linearSolveLS, rq | Alberto Ruiz | |
2009-12-28 | additional svd functions | Alberto Ruiz | |
2009-12-22 | fix ghc-6.12 warnings | Alberto Ruiz | |
2009-12-12 | ranksv and tests | Alberto Ruiz | |
2009-12-10 | remove NFData instances | Alberto Ruiz | |
2009-12-10 | acknowledgement | Alberto Ruiz | |
2009-12-02 | fix version | Alberto Ruiz | |
2009-12-02 | new rnf instances | Alberto Ruiz | |
2009-11-18 | removed rnf instances | Alberto Ruiz | |
2009-11-16 | minor fix in .cabal | Alberto Ruiz | |
2009-11-14 | added module Random.hs | Alberto Ruiz | |
2009-11-13 | explicit export lists in internal modules | Alberto Ruiz | |
2009-11-10 | rankSVD, nullspaceSVD | Alberto Ruiz | |
2009-10-15 | NFData instances | Alberto Ruiz | |
2009-06-19 | minor changes | Alberto Ruiz | |
2009-06-18 | minor fix | Alberto Ruiz | |
2009-06-17 | added special transport and elljac | Alberto Ruiz | |
2009-06-11 | check multimin iterate status | Alberto Ruiz | |
2009-06-09 | exprel_n_CF_e not exported | Alberto Ruiz | |
2009-06-08 | auxiliary functions moved to Numeric.GSL.Internal | Alberto Ruiz | |
2009-06-04 | improved windows installation instructions | Alberto Ruiz | |
2009-06-04 | added some root finding algorithms | Alberto Ruiz | |
2009-05-16 | headers removed in GSL Special functions | Alberto Ruiz | |
2009-05-16 | loadMatrix (based on wc) | Alberto Ruiz | |
2009-05-13 | removed old examples | Alberto Ruiz | |
2009-05-13 | added Development module | Alberto Ruiz | |
2009-04-27 | first version of configure(.hs) | Alberto Ruiz | |
2009-04-10 | finit not required for ghc >= 6.10.2 | Alberto Ruiz | |
2009-01-19 | Compatibility with QuickCheck 2 as well as QuickCheck 1 | Daniel 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-12-08 | support for the accelerate framework on OS X, contributed by Simon Beaumont | Alberto Ruiz | |
2008-11-30 | QuickCheck<2, ifdef i386 finit, and credit to Simon Beaumont | Alberto Ruiz | |
2008-11-15 | minor changes | Alberto Ruiz | |
2008-11-14 | subMatrix reimplemented and removed auxi.c | Alberto Ruiz | |
2008-11-11 | fix transdata | Alberto Ruiz | |
2008-11-08 | replaced transdata | Alberto Ruiz | |
2008-10-27 | added luSolve | Alberto Ruiz | |
2008-10-23 | NaN problem solved with asm(finit) | Alberto Ruiz | |
2008-10-22 | -Wall | Alberto Ruiz | |