@hackage repa3.4.2.0
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.16
- base >=4.8 && <4.23
- bytestring >=0.10 && <0.13
- ghc-prim
- template-haskell
- vector >=0.11 && <0.14 Show all…
Dependents (59)
@hackage/tcod-haskell, @hackage/accelerate-io-repa, @hackage/dvda, @hackage/repa-linear-algebra, @hackage/opencv, @hackage/fei-datasets, Show all…
Package Flags
no-template-haskell
(off by default)
Disable Template Haskell
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.