summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-27added luSolveAlberto Ruiz
2008-10-24added dgetrs support for solving linear systems from LU factorizationReiner Pope
2008-10-23NaN problem solved with asm(finit)Alberto Ruiz
2008-10-22-WallAlberto Ruiz
2008-10-17acknowledgement to Dylan Simon, updated readme and fixed mapCAuxAlberto Ruiz
2008-10-17fast signum/abs Vector instanceDylan Simon
2008-10-16improved benchmarkAlberto Ruiz
2008-10-16added examples/tests.hsAlberto Ruiz
2008-10-15debug info for the NaN bugAlberto Ruiz
2008-10-15expose-bug flagAlberto Ruiz
2008-10-14minor changeAlberto Ruiz
2008-10-14ok with ghc-6.10-rcAlberto Ruiz
2008-10-05workaround optionAlberto Ruiz
2008-10-02alternative multiply versionsAlberto Ruiz
2008-06-29foldVector benchmarkAlberto Ruiz
2008-06-27tested with ghc-6.8.3Alberto Ruiz
2008-06-19ST bug fixed with NOINLINE newVector/MatrixAlberto Ruiz
2008-06-19foldVector benchmarkAlberto Ruiz
2008-06-12minor fixAlberto Ruiz
2008-06-10other benchmarkAlberto Ruiz
2008-06-10added examples/benchmarks.hsAlberto Ruiz
2008-06-10Unpack Matrix type, and add -funsafe flagDon 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-10make empty lines with backslashes CPP friendlyDon Stewart
2008-06-09Use mallocPlainForeignPtrBytes if availableDon 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-09acknowledgement to Don StewartAlberto Ruiz
2008-06-09Use unpacking and inlining to ensure Vector can be stored unlifted at runtimeDon Stewart
2008-06-06range checking and other additions to the mutable interfaceAlberto Ruiz
2008-06-06safe wrappers and examples/parallel.hsAlberto Ruiz
2008-06-05really add Data.Packed.ST.hsAlberto Ruiz
2008-06-05added acknowledgement to BulatAlberto Ruiz
2008-06-05remove updateVector and updateMatrixAlberto Ruiz
2008-06-05first version of Data.Packed.STAlberto Ruiz
2008-06-03Data.Packed.ConvertAlberto Ruiz
2008-06-01added updateMatrixAlberto Ruiz
2008-06-01added updateVectorAlberto Ruiz
2008-05-27version numberAlberto Ruiz
2008-05-22fixed error in documentationAlberto Ruiz
2008-04-17Read instancesAlberto Ruiz
2008-03-24update info on installation in WindowsAlberto Ruiz
2008-03-05add Intel's MKL supportAlberto Ruiz
2008-03-02fixed pca1Alberto Ruiz
2008-03-02updated hmatrix.cabalAlberto Ruiz
2008-03-02updated readmeAlberto Ruiz
2008-03-02testing modules okAlberto Ruiz
2008-02-27tests reorganizedAlberto Ruiz
2008-02-23working on testsAlberto Ruiz
2008-02-22rm modified gsl_sf_exp,logAlberto Ruiz
2008-02-21gsl 1.9 special functionsAlberto Ruiz
2008-02-21forgotten legendre.hAlberto Ruiz
2008-02-21working on testsAlberto Ruiz