summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal
AgeCommit message (Collapse)Author
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
2010-07-09type signatures for use with vector packageVivian McPhail
2010-07-09vectorMapM, vectorMapM_Vivian McPhail
2010-07-09added unzipVectorWithVivian McPhail
2010-07-08Linear and Floating (Complex Float)Vivian McPhail
2010-07-06complex implementations for Vectors typeclassVivian McPhail
2010-07-05added Vectors typeclass and refactoredVivian McPhail
2010-06-29add-vector-floatVivian McPhail
2010-05-12flag -fvectorAlberto Ruiz
2010-05-12more simplificationAlberto Ruiz
2010-04-23app5-10, some SCC, and other minor changesAlberto Ruiz
2010-04-07toBlocksAlberto Ruiz
2010-04-07mbCholSHAlberto Ruiz
2010-03-09change haskell98 importsgwern0
2010-03-01compatible with vectorAlberto Ruiz
2010-02-24conversion from/to Data.Vector.StorableAlberto Ruiz
2010-02-02table, splitEveryAlberto Ruiz
2010-02-01internal idim irows icolsAlberto Ruiz
2010-01-20more defined fromRows/fromColumns/fromBlocksAlberto Ruiz
2009-12-22fix ghc-6.12 warningsAlberto Ruiz