summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal
AgeCommit message (Collapse)Author
2014-04-24fix documentationAlberto Ruiz
2014-04-23join -> vjoinAlberto Ruiz
2014-01-30rename variables so Prelude.join will not cause problemsAdam 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-22reimport Vector.fromList instead own implementationsegfault
2013-06-24Revert "add CDouble/CFloat instances for Element"Mike Ledger
This reverts commit d302e91710db7cccb32853cfd861b9f869eb4e31.
2013-06-24improve haddocks for flattenMike Ledger
2013-06-24add CDouble/CFloat instances for ElementMike Ledger
2013-05-21NFData (Matrix t)Alberto Ruiz
2013-05-21merge develop, fix conflictsAlberto Ruiz
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-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
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-24Warning policeBas van Dijk
2011-12-23ok also with ghc-7.0Alberto Ruiz
2011-12-21fix CInt constructor warningsAlberto 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-02-22minor change and thanksAlberto Ruiz
2011-01-01simplified liftMatrix2AutoAlberto Ruiz
2010-12-30condAlberto Ruiz
2010-12-28step, find, assocAlberto Ruiz
2010-09-29[hlint] Remove redundant brackets and $'sKhudyakov Alexey
2010-09-27[hlint] Clean up language pragmasKhudyakov Alexey
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
2010-09-26add note about strictnessVivian McPhail
2010-09-26improve monadic maps performance (go functions)Vivian McPhail
2010-09-23app signaturesAlberto Ruiz
2010-09-23minor doc fix, clean PlotAlberto Ruiz
2010-09-21move conjugate* to ContainerVivian 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-21add MatrixBoot so ctrans, diag, ident in NumeriVivian McPhail
2010-09-20generalized diagRectAlberto Ruiz
2010-09-20remove Fractional from ElementVivian McPhail
2010-09-19C functions for Storable a => transdata, constantDVivian McPhail
2010-09-13remove ComplexContainerAlberto Ruiz
2010-09-11optimized conjugateAlberto Ruiz
2010-09-09ctrans moved to Data.Packed.MatrixAlberto Ruiz
2010-09-06Merged changes with conversion-linearVivian McPhail
2010-08-28add withIndex traversalVivian McPhail
2010-08-27fix zipVector name to zipVectorWithVivian McPhail
2010-08-26Float matrix productAlberto Ruiz
2010-08-25simpler Container typeclassAlberto Ruiz
2010-08-13remove MonadIO constraint from mapVectorM(_)Vivian McPhail
2010-07-27ghc-binary -> binary, and thanksAlberto Ruiz
2010-07-13fix mapVectorM(_) and add exampleVivian McPhail
2010-07-12improve unzipVectorWith argumentsVivian McPhail
2010-07-09generalised foldVectorVivian McPhail