summaryrefslogtreecommitdiff
path: root/lib/Data/Packed
AgeCommit message (Collapse)Author
2010-07-09added unzipVectorWithVivian McPhail
2010-07-08Linear and Floating (Complex Float)Vivian McPhail
2010-07-08minor fix and thanksAlberto Ruiz
2010-07-07rerename minIdx/maxIdx and deprecate vectorMinIdxVivian McPhail
2010-07-06complex implementations for Vectors typeclassVivian McPhail
2010-07-05added Vectors typeclass and refactoredVivian McPhail
2010-07-02fixed-zero-chunk-size-in-binary-vectorVivian McPhail
2010-07-01chunkified-binary-vectorVivian McPhail
2010-06-29add-vector-floatVivian McPhail
2010-06-21Binary instances for Vector and Matrix by Vivian McPhailAlberto Ruiz
2010-05-12flag -fvectorAlberto Ruiz
2010-05-12more simplificationAlberto Ruiz
2010-05-11simplify modulesAlberto Ruiz
2010-04-23app5-10, some SCC, and other minor changesAlberto Ruiz
2010-04-07toBlocksAlberto Ruiz
2010-04-07mbCholSHAlberto Ruiz
2010-03-28randomGaussian using cholAlberto Ruiz
2010-03-09change haskell98 importsgwern0
2010-03-01compatible with vectorAlberto Ruiz
2010-02-24created package hmatrix-specialAlberto Ruiz
2010-02-24conversion from/to Data.Vector.StorableAlberto Ruiz
2010-02-07added odeSolveAlberto Ruiz
2010-02-03dispcf, latexFormatAlberto Ruiz
2010-02-02table, splitEveryAlberto Ruiz
2010-02-01export liftMatrix2AutoAlberto Ruiz
2010-02-01internal idim irows icolsAlberto Ruiz
2010-01-20block utestAlberto Ruiz
2010-01-20more defined fromRows/fromColumns/fromBlocksAlberto Ruiz
2010-01-18deprecate .* and */Alberto Ruiz
2010-01-18scalar moved to Linear and equal used for ==Alberto Ruiz
2010-01-16vecdisp, scalar, docsAlberto Ruiz
2010-01-14dispf, dispsAlberto Ruiz
2009-12-22fix ghc-6.12 warningsAlberto Ruiz
2009-12-10Add functions buildVector and buildMatrix.Erik de Castro Lopo
Both take a size parameter(s) and a function that maps vector/matrix indices to the values at that position.
2009-11-15uniformSampleAlberto Ruiz
2009-11-14added module Random.hsAlberto Ruiz
2009-11-14randomVectorAlberto Ruiz
2009-11-13explicit export lists in internal modulesAlberto Ruiz
2009-10-15default transdata and constantDAlberto Ruiz
2009-06-18saveMatrixAlberto Ruiz
2009-06-17vector fread/fwrite, fscanf/fprinfAlberto Ruiz
2009-06-04improved windows installation instructionsAlberto Ruiz
2009-05-18free fromFile filenameAlberto Ruiz
2009-05-16loadMatrix (based on wc)Alberto Ruiz
2009-05-13added Development moduleAlberto Ruiz
2009-04-27more defined (|>) and (><) as suggested by Tracy WadleighAlberto Ruiz
2009-04-24More defined list-to-V/M operators: (|>|), (>|<).Tracy Wadleigh
Provides analogs of the (|>) and (><) operators that first apply an appropriate 'take' to the given lists so that they may be safely used on lists that are too long (or infinite) -- a feature I find particularly useful from the interactive prompt. As these operators are more defined, I would ask the package maintainer to consider, rather than adding (|>|) and (>|<), just updating the definitions of (|>) and (><) with the new semantics.
2009-04-17restored C trans and constant for comparisonAlberto Ruiz
2009-04-10finit not required for ghc >= 6.10.2Alberto Ruiz
2008-11-15zipVectorAlberto Ruiz