fixed-vector: Generic vectors with fixed length
Generic vectors with fixed length. Package is structured as follows:
Data.Vector.Fixed- Generic API. It's suitable for both ADT-based vector like
Complexand array-based ones. Data.Vector.Fixed.Mutable- Type classes for array-based implementation.
Data.Vector.Fixed.Unboxed- Unboxed vectors.
Data.Vector.Fixed.Boxed- Boxed vector which can hold elements of any type.
Data.Vector.Fixed.Storable- Unboxed vectors of
Storabletypes. Data.Vector.Fixed.Primitive- Unboxed vectors based on pritimive package.
Modules
[Index]
Downloads
- fixed-vector-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.5.0.0, 0.5.1.0, 0.5.1.2, 0.6.0.0, 0.6.1.0, 0.6.1.1, 0.6.2.0, 0.6.3.0, 0.6.3.1, 0.6.4.0, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.8.0.0, 0.8.1.0, 0.9.0.0, 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.2.1.0, 1.2.1.1, 1.2.2.1, 1.2.3.0, 2.0.0.0, 2.1.0.0 |
|---|---|
| Dependencies | base (>=3 && <5), primitive [details] |
| License | BSD-3-Clause |
| Author | Aleksey Khudyakov <alexey.skladnoy@gmail.com> |
| Maintainer | Aleksey Khudyakov <alexey.skladnoy@gmail.com> |
| Uploaded | by AlexeyKhudyakov at 2012-11-08T18:24:03Z |
| Category | Data |
| Bug tracker | https://github.com/Shimuuar/fixed-vector/issues |
| Source repo | head: hg clone http://bitbucket.org/Shimuuar/fixed-vector head: git clone http://github.com/Shimuuar/fixed-vector |
| Distributions | LTSHaskell:2.0.0.0, NixOS:2.0.0.0, Stackage:2.0.0.0 |
| Reverse Dependencies | 15 direct, 23 indirect [details] |
| Downloads | 31743 total (111 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |