repa-3.1.2.1: High performance, regular, shape polymorphic parallel arrays.
Data.Array.Repa.Stencil.Partition
Synopsis
data Offset Source
An offset in the 2d plane.
Constructors
data Size Source
Size of a region in the 2d plane.
data Region Source
A region in the 2d plane.
Fields
Instances
partitionForStencilSource
Arguments
Size of array
Size of stencil
Focus of stencil
Partition a region into inner and border regions for the given stencil.