repa-3.1.2.1: High performance, regular, shape polymorphic parallel arrays.

Safe HaskellSafe-Infered

Data.Array.Repa.Repr.Undefined

Synopsis

Documentation

data X Source

An array with undefined elements.

  • This is normally used as the last representation in a partitioned array, as the previous partitions are expected to provide full coverage.

Instances

Repr X e

Undefined array elements. Inspecting them yields error.

(Shape sh, Fillable r2 e, Num e) => Fill X r2 sh e 
Combine X a X b 

data family Array r sh e Source

Arrays with a representation tag, shape, and element type. Use one of the type tags like D, U and so on for r, one of DIM1, DIM2 ... for sh.