Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-19 | credits to Daniel Shüssler and fix scale for complex trig tests | 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-11-30 | QuickCheck<2, ifdef i386 finit, and credit to Simon Beaumont | Alberto Ruiz | |
2008-11-14 | subMatrix reimplemented and removed auxi.c | Alberto Ruiz | |
2008-11-05 | improved constant | Alberto Ruiz | |
2008-11-04 | multiply/trans ok | Alberto Ruiz | |
2008-10-27 | added luSolve | Alberto Ruiz | |
2008-10-24 | added dgetrs support for solving linear systems from LU factorization | Reiner Pope | |
2008-10-23 | NaN problem solved with asm(finit) | Alberto Ruiz | |
2008-10-22 | -Wall | Alberto Ruiz | |
2008-10-17 | acknowledgement to Dylan Simon, updated readme and fixed mapCAux | Alberto Ruiz | |
2008-10-17 | fast signum/abs Vector instance | Dylan Simon | |
2008-10-15 | debug info for the NaN bug | Alberto Ruiz | |
2008-10-15 | expose-bug flag | Alberto Ruiz | |
2008-10-14 | ok with ghc-6.10-rc | Alberto Ruiz | |
2008-10-05 | workaround option | Alberto Ruiz | |
2008-10-02 | alternative multiply versions | Alberto Ruiz | |
2008-06-29 | foldVector benchmark | Alberto Ruiz | |
2008-06-27 | tested with ghc-6.8.3 | Alberto Ruiz | |
2008-06-10 | make empty lines with backslashes CPP friendly | Don Stewart | |
2008-05-22 | fixed error in documentation | Alberto Ruiz | |
2008-04-17 | Read instances | Alberto Ruiz | |
2008-03-24 | update info on installation in Windows | Alberto Ruiz | |
2008-03-05 | add Intel's MKL support | Alberto Ruiz | |
2008-03-02 | testing modules ok | Alberto Ruiz | |
2008-02-27 | tests reorganized | Alberto Ruiz | |
2008-02-23 | working on tests | Alberto Ruiz | |
2008-02-22 | rm modified gsl_sf_exp,log | Alberto Ruiz | |
2008-02-21 | gsl 1.9 special functions | Alberto Ruiz | |
2008-02-21 | forgotten legendre.h | Alberto Ruiz | |
2008-02-21 | working on tests | Alberto Ruiz | |
2008-02-21 | improved autoall | Alberto Ruiz | |
2008-02-05 | arbitrary well-conditioned matrices | Alberto Ruiz | |
2008-02-03 | test modules reorganized | Alberto Ruiz | |
2008-02-01 | improved autoall | Alberto Ruiz | |
2008-01-28 | added the Testing module (and minor changes in instance definitions) | Alberto Ruiz | |
2008-01-22 | CInt in all imports | Alberto Ruiz | |
2008-01-22 | improved relative error in the tests | Alberto Ruiz | |
2008-01-22 | CInt in GSL args | Alberto Ruiz | |
2008-01-21 | IO CInt results | Alberto Ruiz | |
2008-01-19 | automatic generation of storable instances for gsl_sf_result(s) using hsc2hs | Alberto Ruiz | |
2008-01-17 | removed f2c.h | Alberto Ruiz | |
2008-01-17 | f2c.h hack, trying to support both 32 and 64 bit mahines | Alberto Ruiz | |
2007-12-03 | lapack lu | Alberto Ruiz | |
2007-11-30 | hide internal modules | Alberto Ruiz | |
2007-11-25 | minor changes in hssl.cabal | Alberto Ruiz | |
2007-11-23 | removed many -Wall warnings | Alberto Ruiz | |
2007-11-22 | minor changes | Alberto Ruiz | |
2007-11-22 | app1, app2, ... | Alberto Ruiz | |
2007-11-12 | withMatrix | Alberto Ruiz | |