Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Array.Repa.Repr.HintInterleave
- data I r1
- hintInterleave :: Array r1 sh e -> Array (I r1) sh e
Documentation
Hints that computing this array will be an unbalanced workload and evaluation should be interleaved between the processors.
Instances
Source r1 a => Source (I r1) a Source # | |
(Shape sh, Load D sh e) => Load (I D) sh e Source # | |
Structured r1 a b => Structured (I r1) a b Source # | |
Read (Array r1 sh e) => Read (Array (I r1) sh e) Source # | |
Show (Array r1 sh e) => Show (Array (I r1) sh e) Source # | |
data Array (I r1) Source # | |
type TR (I r1) Source # | |