summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
AgeCommit message (Collapse)Author
2009-12-28additional svd functionsAlberto Ruiz
2009-12-22fix ghc-6.12 warningsAlberto Ruiz
2009-12-12ranksv and testsAlberto Ruiz
2009-12-10remove NFData instancesAlberto Ruiz
2009-12-10acknowledgementAlberto Ruiz
2009-12-02fix versionAlberto Ruiz
2009-12-02new rnf instancesAlberto Ruiz
2009-11-18removed rnf instancesAlberto Ruiz
2009-11-16minor fix in .cabalAlberto Ruiz
2009-11-14added module Random.hsAlberto Ruiz
2009-11-13explicit export lists in internal modulesAlberto Ruiz
2009-11-10rankSVD, nullspaceSVDAlberto Ruiz
2009-10-15NFData instancesAlberto Ruiz
2009-06-19minor changesAlberto Ruiz
2009-06-18minor fixAlberto Ruiz
2009-06-17added special transport and elljacAlberto Ruiz
2009-06-11check multimin iterate statusAlberto Ruiz
2009-06-09exprel_n_CF_e not exportedAlberto Ruiz
2009-06-08auxiliary functions moved to Numeric.GSL.InternalAlberto Ruiz
2009-06-04improved windows installation instructionsAlberto Ruiz
2009-06-04added some root finding algorithmsAlberto Ruiz
2009-05-16headers removed in GSL Special functionsAlberto Ruiz
2009-05-16loadMatrix (based on wc)Alberto Ruiz
2009-05-13removed old examplesAlberto Ruiz
2009-05-13added Development moduleAlberto Ruiz
2009-04-27first version of configure(.hs)Alberto Ruiz
2009-04-10finit not required for ghc >= 6.10.2Alberto 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-12-08support for the accelerate framework on OS X, contributed by Simon BeaumontAlberto Ruiz
2008-11-30QuickCheck<2, ifdef i386 finit, and credit to Simon BeaumontAlberto Ruiz
2008-11-15minor changesAlberto Ruiz
2008-11-14subMatrix reimplemented and removed auxi.cAlberto Ruiz
2008-11-11fix transdataAlberto Ruiz
2008-11-08replaced transdataAlberto Ruiz
2008-10-27added luSolveAlberto Ruiz
2008-10-23NaN problem solved with asm(finit)Alberto Ruiz
2008-10-22-WallAlberto 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-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-06range checking and other additions to the mutable interfaceAlberto Ruiz
2008-06-05first version of Data.Packed.STAlberto Ruiz
2008-06-03Data.Packed.ConvertAlberto Ruiz
2008-06-01added updateVectorAlberto Ruiz
2008-05-27version numberAlberto Ruiz