summaryrefslogtreecommitdiff
path: root/lib/Data
AgeCommit message (Expand)Author
2014-04-24deprecate vjoin, dot and (<.>). Move (⋅) to ContainerAlberto Ruiz
2014-04-24fix documentationAlberto Ruiz
2014-04-24konst with bidirectional type inferenceAlberto Ruiz
2014-04-23join -> vjoinAlberto Ruiz
2014-01-30rename variables so Prelude.join will not cause problemsAdam Vogt
2013-12-22reimport Vector.fromList instead own implementationsegfault
2013-08-15Merge remote-tracking branch 'origin/master'Ben Gamari
2013-08-15Data.Packed.Development: Export matrixFromVectorBen Gamari
2013-06-24Revert "add CDouble/CFloat instances for Element"Mike Ledger
2013-06-24explicit exports, fix argument order of appMatrixRawMike Ledger
2013-06-24use an inline unsafePerformIOMike Ledger
2013-06-24improve haddocks for flattenMike Ledger
2013-06-24FFI helpersMike Ledger
2013-06-24add CDouble/CFloat instances for ElementMike Ledger
2013-05-21NFData (Matrix t)Alberto Ruiz
2013-05-21diagBlockAlberto Ruiz
2013-05-21merge develop, fix conflictsAlberto Ruiz
2013-05-21meanCov moved to ContainerAlberto Ruiz
2013-03-17Matrix: Whitespace cleanupBen Gamari
2013-03-17Matrix: Implement mapMatrixWithIndex independentlyBen Gamari
2013-03-17Data.Packed.Matrix: mapMatrix* should pass indices as IntsBen Gamari
2012-03-10Removed foreign import safety.Clark Gaebel
2012-01-07remove warningsAlberto Ruiz
2012-01-07Make Matrix a product typeReiner Pope
2012-01-07Replace divMod with quotRem in matrixFromVectorReiner Pope
2012-01-07Removed NOINLINE on newUndefinedMatrix, newUndefinedVectorReiner Pope
2012-01-07Expose unchecked indexing functionsReiner Pope
2011-12-25remove warnings in glpk and special (Bas van Dijk's method)Alberto Ruiz
2011-12-24Warning police for GHC < 7.4Bas van Dijk
2011-12-24Warning policeBas van Dijk
2011-12-23ok also with ghc-7.0Alberto Ruiz
2011-12-21fix CInt constructor warningsAlberto Ruiz
2011-12-08fix haddock markup errorsAlberto Ruiz
2011-09-02thanks & bump versionAlberto Ruiz
2011-09-01Get rid of some deprecation warnings & Use more explicit importsBas van Dijk
2011-07-10pure mapVectorWithIndexAlberto Ruiz
2011-05-02mapMatrixWithIndex, Mul, multiply.hsAlberto Ruiz
2011-02-22minor change and thanksAlberto Ruiz
2011-01-01simplified liftMatrix2AutoAlberto Ruiz
2010-12-30condAlberto Ruiz
2010-12-28step, find, assocAlberto Ruiz
2010-12-14fixed bug in liftMatrix2AutoAlberto Ruiz
2010-10-21option -f-binary (for testing ghc7)Alberto Ruiz
2010-09-29[hlint] Remove redundant brackets and $'sKhudyakov Alexey
2010-09-27[hlint] Clean up language pragmasKhudyakov Alexey
2010-09-28move successive to Tests and examplesAlberto Ruiz
2010-09-26add note about strictnessVivian McPhail
2010-09-26improve monadic maps performance (go functions)Vivian McPhail
2010-09-26add successiveVivian McPhail
2010-09-23app signaturesAlberto Ruiz