repa: High performance, regular, shape polymorphic parallel arrays.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.
Properties
Versions | 1.0.0.0, 1.1.0.0, 2.0.0.1, 2.0.0.2, 2.0.0.3, 2.0.0.4, 2.0.1.1, 2.0.2.1, 2.1.0.1, 2.1.1.1, 2.1.1.2, 2.1.1.3, 2.1.1.4, 2.1.1.5, 2.1.1.6, 2.2.0.1, 3.0.0.1, 3.1.0.1, 3.1.1.1, 3.1.2.1, 3.1.3.1, 3.1.3.2, 3.1.3.3, 3.1.4.1, 3.1.4.2, 3.2.1.1, 3.2.2.1, 3.2.2.2, 3.2.2.3, 3.2.2.201204.1, 3.2.3.1, 3.2.3.2, 3.2.3.3, 3.2.5.1, 3.3.1.1, 3.3.1.2, 3.4.0.1, 3.4.0.2, 3.4.1.1, 3.4.1.2, 3.4.1.3, 3.4.1.4, 3.4.1.5, 3.4.1.5 |
---|---|
Change log | None available |
Dependencies | base (>=4.8 && <4.17), bytestring (>=0.10 && <0.12), ghc-prim, QuickCheck (>=2.8 && <2.15), template-haskell, vector (>=0.11 && <0.13) [details] |
License | BSD-3-Clause |
Author | The DPH Team |
Maintainer | Ben Lippmeier <benl@ouroborus.net> |
Category | Data Structures |
Home page | http://repa.ouroborus.net |
Bug tracker | http://groups.google.com/d/forum/haskell-repa |
Uploaded | by BenLippmeier at 2022-01-03T09:58:11Z |
Modules
[Index] [Quick Jump]
- Data
- Array
- Data.Array.Repa
- Data.Array.Repa.Arbitrary
- Data.Array.Repa.Eval
- Data.Array.Repa.Index
- Operators
- Repr
- Data.Array.Repa.Repr.ByteString
- Data.Array.Repa.Repr.Cursored
- Data.Array.Repa.Repr.Delayed
- Data.Array.Repa.Repr.ForeignPtr
- Data.Array.Repa.Repr.HintInterleave
- Data.Array.Repa.Repr.HintSmall
- Data.Array.Repa.Repr.Partitioned
- Data.Array.Repa.Repr.Unboxed
- Data.Array.Repa.Repr.Undefined
- Data.Array.Repa.Repr.Vector
- Data.Array.Repa.Shape
- Data.Array.Repa.Slice
- Specialised
- Data.Array.Repa.Stencil
- Data.Array.Repa.Unsafe
- Data.Array.Repa
- Array
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
no-template-haskell | Disable Template Haskell | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- repa-3.4.1.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees