@hackage accelerate-fft1.0.0.0
FFT using the Accelerate library
Categories
License
BSD-3-Clause
Maintainer
Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Links
Versions
Installation
Tested Compilers
Dependencies (13)
- accelerate >=1.0
- accelerate-cuda >=0.16
- accelerate-llvm >=1.0
- accelerate-llvm-native >=1.0
- accelerate-llvm-ptx >=1.0
- base >=4.7 && <4.11 Show all…
Dependents (4)
@hackage/acme-everything, @hackage/wigner-ville-accelerate, @hackage/patch-image, @hackage/accelerate-examples
Package Flags
cuda
(off by default)
Use CUFFT-based implementation in the CUDA backend
llvm-ptx
(on by default)
Use CUFFT-based implementation in the LLVM.PTX backend
llvm-cpu
(on by default)
Use FFTW-based implementation in the LLVM.Native backend
Rank-polymorphic discrete Fourier transform (DFT), computed with a fast Fourier transform (FFT) algorithm using the Accelerate library. Note that optimised implementations are available via foreign libraries, but must be explicitly enabled.
Refer to the main Accelerate package for more information: http://hackage.haskell.org/package/accelerate