accelerate-fourier-1.0.0.5: Fast Fourier transform and convolution using the Accelerate framework

Safe HaskellNone
LanguageHaskell98

Data.Array.Accelerate.Cyclic

Documentation

type Transform sh a = Acc (Array sh a) -> Acc (Array sh a) Source #

reverse :: (Shape sh, Slice sh, Elt a) => Transform (sh :. Int) a Source #

reverse2d :: (Shape sh, Slice sh, Elt a) => Transform ((sh :. Int) :. Int) a Source #