An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework . It is structured as follows: There is also a (draft) tutorial on common uses of vector. http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial


Keywords
data, data-structures, library, Propose Tags, Data.Vector, Data.Vector.Unboxed, Data.Vector.Storable, Data.Vector.Primitive, Data.Vector.Generic, http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial, Skip to Readme, Index, Quick Jump, Data.Vector.Fusion.Bundle, Data.Vector.Fusion.Bundle.Monadic, Data.Vector.Fusion.Bundle.Size, Data.Vector.Fusion.Stream.Monadic, Data.Vector.Fusion.Util, Data.Vector.Generic.Mutable, Data.Vector.Generic.Mutable.Base, Data.Vector.Generic.New, Data.Vector.Mutable, Data.Vector.Primitive.Mutable, Data.Vector.Storable.Mutable, Data.Vector.Unboxed.Mutable, More info, vector-0.13.1.0.tar.gz, browse, Package description, Package maintainers, AlexeyKhudyakov, HerbertValerioRiedel, lehins, Bodigrim, topos, edit package information , vector on Hackage
License
BSD-3-Clause
Install
cabal install vector-0.13.1.0

Documentation

The vector package Build Status

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.

See vector on Hackage for more information.