Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | merge | Alberto Ruiz | |
2012-02-25 | odeSolveV with safe method interface | Alberto Ruiz | |
2012-02-06 | add support for gsl_integration_qagi, gsl_integration_qagiu, ↵ | Danny Chan | |
gsl_integration_qagil | |||
2012-02-05 | odeiv2 | Alberto Ruiz | |
2012-01-15 | Merge branch 'master' of github.com:AlbertoRuiz/hmatrix | Alberto Ruiz | |
2012-01-08 | Fix multiply. | Reiner Pope | |
2012-01-07 | remove warnings | Alberto Ruiz | |
2012-01-07 | Make Matrix a product type | Reiner Pope | |
2012-01-07 | Replace divMod with quotRem in matrixFromVector | Reiner Pope | |
2012-01-07 | Removed NOINLINE on newUndefinedMatrix, newUndefinedVector | Reiner Pope | |
2012-01-07 | Expose unchecked indexing functions | Reiner Pope | |
2011-12-25 | remove warnings in glpk and special (Bas van Dijk's method) | Alberto Ruiz | |
2011-12-24 | Warning police for GHC < 7.4 | Bas van Dijk | |
The previous patch got rid of warnings when ghc >= 7.4. Unfortunately this caused warnings on GHC < 7.4. This patch removes warnings on all versions of GHC. | |||
2011-12-24 | Warning police | Bas van Dijk | |
2011-12-24 | Fix build on GHC-7.4.1-rc1 | Bas van Dijk | |
2011-12-23 | ok also with ghc-7.0 | Alberto Ruiz | |
2011-12-22 | ok hmatrix, hmatrix-tests, hmatrix-glpk | Alberto Ruiz | |
2011-12-21 | fix CInt constructor warnings | Alberto Ruiz | |
2011-12-14 | new package hmatrix-tests | Alberto Ruiz | |
2011-12-08 | fix haddock markup errors | Alberto Ruiz | |
2011-09-02 | require vector >= 0.8 | Alberto Ruiz | |
2011-09-02 | thanks & bump version | Alberto Ruiz | |
2011-09-01 | Get rid of some deprecation warnings & Use more explicit imports | Bas van Dijk | |
2011-09-01 | Support vector >= 0.8 | Bas van Dijk | |
vector-0.8 provides a Read instance for Vectors. This patch hides hmatrix's own Read instance when vector >= 0.8. | |||
2011-08-29 | Conditional patch to allow compilation with vector 0.8 | markwright | |
2011-07-13 | generalized symmetric eigensystem | Alberto Ruiz | |
2011-07-10 | pure mapVectorWithIndex | Alberto Ruiz | |
2011-05-02 | mapMatrixWithIndex, Mul, multiply.hs | Alberto Ruiz | |
2011-04-27 | fixed cmap signature | Alberto Ruiz | |
2011-03-30 | ghc-7.0.3 tested | Alberto Ruiz | |
2011-03-23 | findNaN | Alberto Ruiz | |
2011-03-12 | fpudebug | Alberto Ruiz | |
2011-03-09 | os x brew and rotTest tolerance | Alberto Ruiz | |
2011-02-22 | minor change and thanks | Alberto Ruiz | |
2011-01-21 | disable normv test in 7.0.1 | Alberto Ruiz | |
2011-01-08 | documentation | Alberto Ruiz | |
2011-01-01 | accum | Alberto Ruiz | |
2011-01-01 | simplified liftMatrix2Auto | Alberto Ruiz | |
2011-01-01 | examples/bool.hs | Alberto Ruiz | |
2010-12-30 | cond | Alberto Ruiz | |
2010-12-28 | step, find, assoc | Alberto Ruiz | |
2010-12-19 | invlndet | Alberto Ruiz | |
2010-12-14 | fixed bug in liftMatrix2Auto | Alberto Ruiz | |
2010-10-21 | option -f-binary (for testing ghc7) | Alberto Ruiz | |
2010-09-29 | [hlint] Remove redundant brackets and $'s | Khudyakov Alexey | |
2010-09-29 | [hlint] replace 'and . map f' with 'all f' | Khudyakov Alexey | |
2010-09-27 | [hlint] Clean up language pragmas | Khudyakov Alexey | |
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas | |||
2010-09-28 | minor edit in doc | Alberto Ruiz | |
2010-09-28 | move successive to Tests and examples | Alberto Ruiz | |
2010-09-26 | add note about strictness | Vivian McPhail | |