accelerate-fourier

Fast Fourier transform and convolution using the Accelerate framework

http://hub.darcs.net/thielema/accelerate-fourier/

Version on this page:1.0.0.3
LTS Haskell 11.22:1.0.0.5
Stackage Nightly 2018-03-12:1.0.0.4
Latest on Hackage:1.0.0.5

See all snapshots accelerate-fourier appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:accelerate-fourier-1.0.0.3@sha256:48c5f3a52f6ec7c87f17cb6f0cb5ff39c254b2fc3017a40d3e02a47314b1ad2a,3011

Fast Fourier transform and convolution via the accelerate package. It uses many of the common tricks to achieve optimal speed for every size of the data set, but it does not contain low-level optimizations.

  • For CUDA specific optimizations please see cufft and accelerate-cufft and accelerate-fft packages.

  • For CPU specific optimizations cf. accelerate-fftw package.