@hackage / accelerate-fourier

Fast Fourier transform and convolution using the Accelerate framework

Latest1.0.0.5

About

Metadata

  • Last updated , by HenningThielemann
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Henning Thielemann <haskell@henning-thielemann.de>

  • Lottery factor: 0

Links

Installation

Readme

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.