Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-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-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-26 | add note about strictness | Vivian McPhail | |
2010-09-26 | improve monadic maps performance (go functions) | Vivian McPhail | |
2010-09-23 | app signatures | Alberto Ruiz | |
2010-09-23 | minor doc fix, clean Plot | Alberto Ruiz | |
2010-09-21 | move conjugate* to Container | Vivian McPhail | |
The benefit of this patch is that Data.Packed.Internal.Matrix now has no numeric dependency. There is no 'optimisation' class for conjugateD, instead, different instances are directly specified in each Container instance. Unfortunately, an unsafeIO call now exists in Numeric.Container. | |||
2010-09-21 | add MatrixBoot so ctrans, diag, ident in Numeri | Vivian McPhail | |
2010-09-20 | generalized diagRect | Alberto Ruiz | |
2010-09-20 | remove Fractional from Element | Vivian McPhail | |
2010-09-19 | C functions for Storable a => transdata, constantD | Vivian McPhail | |
2010-09-13 | remove ComplexContainer | Alberto Ruiz | |
2010-09-11 | optimized conjugate | Alberto Ruiz | |
2010-09-09 | ctrans moved to Data.Packed.Matrix | Alberto Ruiz | |
2010-09-06 | Merged changes with conversion-linear | Vivian McPhail | |
2010-08-28 | add withIndex traversal | Vivian McPhail | |
2010-08-27 | fix zipVector name to zipVectorWith | Vivian McPhail | |
2010-08-26 | Float matrix product | Alberto Ruiz | |
2010-08-25 | simpler Container typeclass | Alberto Ruiz | |
2010-08-13 | remove MonadIO constraint from mapVectorM(_) | Vivian McPhail | |
2010-07-27 | ghc-binary -> binary, and thanks | Alberto Ruiz | |
2010-07-13 | fix mapVectorM(_) and add example | Vivian McPhail | |
2010-07-12 | improve unzipVectorWith arguments | Vivian McPhail | |
2010-07-09 | generalised foldVector | Vivian McPhail | |
2010-07-09 | type signatures for use with vector package | Vivian McPhail | |
2010-07-09 | vectorMapM, vectorMapM_ | Vivian McPhail | |
2010-07-09 | added unzipVectorWith | Vivian McPhail | |
2010-07-08 | Linear and Floating (Complex Float) | Vivian McPhail | |
2010-07-06 | complex implementations for Vectors typeclass | Vivian McPhail | |
2010-07-05 | added Vectors typeclass and refactored | Vivian McPhail | |
2010-06-29 | add-vector-float | Vivian McPhail | |
2010-05-12 | flag -fvector | Alberto Ruiz | |
2010-05-12 | more simplification | Alberto Ruiz | |