Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-24 | deprecate vjoin, dot and (<.>). Move (⋅) to Container | Alberto Ruiz | |
2014-04-24 | fix documentation | Alberto Ruiz | |
2014-04-24 | konst with bidirectional type inference | Alberto Ruiz | |
2014-04-23 | join -> vjoin | Alberto Ruiz | |
2014-01-30 | rename variables so Prelude.join will not cause problems | Adam Vogt | |
* background: http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Current_stage:_Prepare_GHC * the change happens in ghc-7.10, and these changes fix warnings with 7.8 | |||
2013-12-22 | reimport Vector.fromList instead own implementation | segfault | |
2013-08-15 | Merge remote-tracking branch 'origin/master' | Ben Gamari | |
2013-08-15 | Data.Packed.Development: Export matrixFromVector | Ben Gamari | |
2013-06-24 | Revert "add CDouble/CFloat instances for Element" | Mike Ledger | |
This reverts commit d302e91710db7cccb32853cfd861b9f869eb4e31. | |||
2013-06-24 | explicit exports, fix argument order of appMatrixRaw | Mike Ledger | |
2013-06-24 | use an inline unsafePerformIO | Mike Ledger | |
2013-06-24 | improve haddocks for flatten | Mike Ledger | |
2013-06-24 | FFI helpers | Mike Ledger | |
2013-06-24 | add CDouble/CFloat instances for Element | Mike Ledger | |
2013-05-21 | NFData (Matrix t) | Alberto Ruiz | |
2013-05-21 | diagBlock | Alberto Ruiz | |
2013-05-21 | merge develop, fix conflicts | Alberto Ruiz | |
2013-05-21 | meanCov moved to Container | Alberto Ruiz | |
2013-03-17 | Matrix: Whitespace cleanup | Ben Gamari | |
2013-03-17 | Matrix: Implement mapMatrixWithIndex independently | Ben Gamari | |
Previously this was piggybacking off of mapMatrixWithIndexM which would overflow the stack with large input | |||
2013-03-17 | Data.Packed.Matrix: mapMatrix* should pass indices as Ints | Ben Gamari | |
2012-03-10 | Removed foreign import safety. | Clark Gaebel | |
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-23 | ok also with ghc-7.0 | Alberto Ruiz | |
2011-12-21 | fix CInt constructor warnings | Alberto Ruiz | |
2011-12-08 | fix haddock markup errors | 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-07-10 | pure mapVectorWithIndex | Alberto Ruiz | |
2011-05-02 | mapMatrixWithIndex, Mul, multiply.hs | Alberto Ruiz | |
2011-02-22 | minor change and thanks | Alberto Ruiz | |
2011-01-01 | simplified liftMatrix2Auto | Alberto Ruiz | |
2010-12-30 | cond | Alberto Ruiz | |
2010-12-28 | step, find, assoc | 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-27 | [hlint] Clean up language pragmas | Khudyakov Alexey | |
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas | |||
2010-09-28 | move successive to Tests and examples | Alberto Ruiz | |
2010-09-26 | add note about strictness | Vivian McPhail | |
2010-09-26 | improve monadic maps performance (go functions) | Vivian McPhail | |
2010-09-26 | add successive | Vivian McPhail | |
2010-09-23 | app signatures | Alberto Ruiz | |