@hackage repa3.4.0.1
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 (6)
- QuickCheck >=2.8 && <2.9
- base >=4.8 && <4.9
- bytestring >=0.10 && <0.11
- ghc-prim >=0.4 && <0.5
- template-haskell >=2.10 && <2.11
- vector >=0.10 && <0.11 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.