Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-16 | improved benchmark | Alberto Ruiz | |
2008-10-16 | added examples/tests.hs | Alberto Ruiz | |
2008-10-15 | debug info for the NaN bug | Alberto Ruiz | |
2008-10-15 | expose-bug flag | Alberto Ruiz | |
2008-10-14 | minor change | 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-19 | ST bug fixed with NOINLINE newVector/Matrix | Alberto Ruiz | |
2008-06-19 | foldVector benchmark | Alberto Ruiz | |
2008-06-12 | minor fix | Alberto Ruiz | |
2008-06-10 | other benchmark | Alberto Ruiz | |
2008-06-10 | added examples/benchmarks.hs | Alberto Ruiz | |
2008-06-10 | Unpack Matrix type, and add -funsafe flag | Don Stewart | |
-funsafe optionally compiles out the bounds checks on indexing matrices and vectors. Yields good speedups on tight loops. Not enabled by default. | |||
2008-06-10 | make empty lines with backslashes CPP friendly | Don Stewart | |
2008-06-09 | Use mallocPlainForeignPtrBytes if available | Don Stewart | |
As for bytestrings, use PlainForeignPtrs if supported, which have less overhead, as values are allocated on the Haskell heap without any wasted finalisers needed. Should mean less resources used if many small vectors are created. | |||
2008-06-09 | acknowledgement to Don Stewart | Alberto Ruiz | |
2008-06-09 | Use unpacking and inlining to ensure Vector can be stored unlifted at runtime | Don Stewart | |
2008-06-06 | range checking and other additions to the mutable interface | Alberto Ruiz | |
2008-06-06 | safe wrappers and examples/parallel.hs | Alberto Ruiz | |
2008-06-05 | really add Data.Packed.ST.hs | Alberto Ruiz | |
2008-06-05 | added acknowledgement to Bulat | Alberto Ruiz | |
2008-06-05 | remove updateVector and updateMatrix | Alberto Ruiz | |
2008-06-05 | first version of Data.Packed.ST | Alberto Ruiz | |
2008-06-03 | Data.Packed.Convert | Alberto Ruiz | |
2008-06-01 | added updateMatrix | Alberto Ruiz | |
2008-06-01 | added updateVector | Alberto Ruiz | |
2008-05-27 | version number | Alberto Ruiz | |
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 | fixed pca1 | Alberto Ruiz | |
2008-03-02 | updated hmatrix.cabal | Alberto Ruiz | |
2008-03-02 | updated readme | 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-02-17 | Get Storable instance for Complex from storable-complex. | Jed Brown | |