@hackage accelerate-fourier1.0.0.5
Fast Fourier transform and convolution using the Accelerate framework
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (8)
- QuickCheck >=2.4 && <3
- accelerate >=1.0 && <1.2
- accelerate-arithmetic >=1.0 && <1.1
- accelerate-utility >=1.0 && <1.1
- base >=4.5 && <5
- containers >=0.5 && <0.6 Show all…
Dependents (4)
@hackage/acme-everything, @hackage/accelerate-cufft, @hackage/accelerate-fourier-benchmark, @hackage/patch-image
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
cufftandaccelerate-cufftandaccelerate-fftpackages.For CPU specific optimizations cf.
accelerate-fftwpackage.