summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Vector.hs
AgeCommit message (Collapse)Author
2014-04-23join -> vjoinAlberto Ruiz
2011-07-10pure mapVectorWithIndexAlberto Ruiz
2010-10-21option -f-binary (for testing ghc7)Alberto Ruiz
2010-09-28move successive to Tests and examplesAlberto Ruiz
2010-09-26add note about strictnessVivian McPhail
2010-09-26add successiveVivian McPhail
2010-09-23minor doc fix, clean PlotAlberto Ruiz
2010-09-21move display/IOAlberto Ruiz
2010-09-20move deprecated funcs to Numeric.ContainerAlberto Ruiz
2010-09-06Merged changes with conversion-linearVivian McPhail
2010-08-28add withIndex traversalVivian McPhail
2010-08-27fix zipVector name to zipVectorWithVivian McPhail
2010-07-12refactored Data.Packed.Vector to remove any numericsVivian McPhail
2010-07-12improve unzipVectorWith argumentsVivian McPhail
2010-07-09generalised linspaceVivian McPhail
2010-07-09vectorMapM, vectorMapM_Vivian McPhail
2010-07-09added unzipVectorWithVivian McPhail
2010-07-08minor fix and thanksAlberto Ruiz
2010-07-07rerename minIdx/maxIdx and deprecate vectorMinIdxVivian 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-04-07toBlocksAlberto Ruiz
2010-01-16vecdisp, scalar, docsAlberto Ruiz
2010-01-14dispf, dispsAlberto 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-14added module Random.hsAlberto Ruiz
2009-11-14randomVectorAlberto Ruiz
2009-11-13explicit export lists in internal modulesAlberto Ruiz
2009-06-17vector fread/fwrite, fscanf/fprinfAlberto 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.
2008-11-15zipVectorAlberto Ruiz
2008-11-14constantDAlberto Ruiz
2008-11-05improved constantAlberto Ruiz
2008-06-05remove updateVector and updateMatrixAlberto Ruiz
2008-06-01added updateVectorAlberto Ruiz
2007-11-23removed many -Wall warningsAlberto Ruiz
2007-10-29fixed terrible toList bugAlberto Ruiz
2007-10-19some refactoringAlberto Ruiz
2007-10-01LinearAlgebra and GSL moved to NumericAlberto Ruiz
2007-09-14code refactoringAlberto Ruiz
2007-09-12documentationAlberto Ruiz
2007-09-08type classesAlberto Ruiz
2007-06-26passed easyVision testsAlberto Ruiz
2007-06-25l.a. algorithms, etc.Alberto Ruiz
2007-06-23more refactoringAlberto Ruiz
2007-06-22refactoringAlberto Ruiz