| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.Repa.Array.Generic.Load
Documentation
class (Bulk l1 a, Target l2 a) => Load l1 l2 a where Source #
Compute all elements defined by a delayed array and write them to a manifest target representation.
The instances of this class require that the source array has a delayed
representation. If you want to use a pre-existing manifest array as the
source then delay it first.