Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-11-14 | constantD | Alberto Ruiz | |
2008-11-11 | fix transdata | Alberto Ruiz | |
2008-11-08 | replaced transdata | Alberto Ruiz | |
2008-11-05 | improved constant | Alberto Ruiz | |
2008-11-05 | diag using ST | Alberto Ruiz | |
2008-10-22 | -Wall | Alberto Ruiz | |
2008-10-02 | alternative multiply versions | Alberto Ruiz | |
2008-06-10 | added examples/benchmarks.hs | Alberto Ruiz | |
2008-06-10 | Unpack Matrix type, and add -funsafe flag | Don 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-06 | safe wrappers and examples/parallel.hs | Alberto Ruiz | |
2008-06-01 | added updateMatrix | Alberto Ruiz | |