@hackage repa2.0.0.4
High performance, regular, shape polymorphic parallel arrays.
Categories
License
BSD-3-Clause
Maintainer
Ben Lippmeier <benl@ouroborus.net>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (5)
- QuickCheck >=2.3 && <2.5
- base >=4 && <5
- ghc-prim >=0.2 && <0.3
- template-haskell >=2.5 && <2.6
- vector >=0.7 && <0.8 Show all…
Dependents (59)
@hackage/tcod-haskell, @hackage/accelerate-io-repa, @hackage/dvda, @hackage/repa-linear-algebra, @hackage/opencv, @hackage/fei-datasets, Show all…
Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program.