Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | empty hmatrix-base | Alberto Ruiz | |
2014-05-06 | extend conformability to empty arrays | Alberto Ruiz | |
2014-05-04 | allow empty arrays | Alberto Ruiz | |
2014-04-30 | improved documentation | 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-06-24 | Revert "add CDouble/CFloat instances for Element" | Mike Ledger | |
This reverts commit d302e91710db7cccb32853cfd861b9f869eb4e31. | |||
2013-06-24 | improve haddocks for flatten | Mike Ledger | |
2013-06-24 | add CDouble/CFloat instances for Element | Mike Ledger | |
2013-05-21 | NFData (Matrix t) | Alberto Ruiz | |
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-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-09-01 | Get rid of some deprecation warnings & Use more explicit imports | Bas van Dijk | |
2011-01-01 | simplified liftMatrix2Auto | 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-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-07-09 | type signatures for use with vector package | Vivian McPhail | |
2010-07-08 | Linear and Floating (Complex Float) | Vivian McPhail | |
2010-06-29 | add-vector-float | Vivian McPhail | |
2010-05-12 | more simplification | Alberto Ruiz | |
2010-03-09 | change haskell98 imports | gwern0 | |
2010-03-01 | compatible with vector | Alberto Ruiz | |
2010-02-02 | table, splitEvery | Alberto Ruiz | |
2010-02-01 | internal idim irows icols | Alberto Ruiz | |
2010-01-20 | more defined fromRows/fromColumns/fromBlocks | Alberto Ruiz | |
2009-11-13 | explicit export lists in internal modules | Alberto Ruiz | |
2009-10-15 | default transdata and constantD | Alberto Ruiz | |
2009-06-18 | saveMatrix | Alberto Ruiz | |
2009-06-17 | vector fread/fwrite, fscanf/fprinf | Alberto Ruiz | |
2009-05-18 | free fromFile filename | Alberto Ruiz | |
2009-05-16 | loadMatrix (based on wc) | Alberto Ruiz | |
2009-05-13 | added Development module | Alberto Ruiz | |
2009-04-17 | restored C trans and constant for comparison | Alberto Ruiz | |
2008-11-14 | subMatrix reimplemented and removed auxi.c | Alberto Ruiz | |
2008-11-14 | conj using mapVector | Alberto Ruiz | |