accelerate-fourier: Fast Fourier transform and convolution using the Accelerate framework
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
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
andaccelerate-cufft
andaccelerate-fft
packages.For CPU specific optimizations cf.
accelerate-fftw
package.
Properties
Versions | 0.0, 0.0.1, 1.0, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.0.0.4, 1.0.0.5 |
---|---|
Change log | None available |
Dependencies | accelerate (>=1.0 && <1.2), accelerate-arithmetic (>=1.0 && <1.1), accelerate-utility (>=1.0 && <1.1), base (>=4.5 && <4.11), containers (>=0.5 && <0.6), QuickCheck (>=2.4 && <3), transformers (>=0.3 && <0.6), utility-ht (>=0.0.8 && <0.1) [details] |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Math |
Home page | http://hub.darcs.net/thielema/accelerate-fourier/ |
Source repo | this: darcs get http://hub.darcs.net/thielema/accelerate-fourier/ --tag 1.0.0.4 head: darcs get http://hub.darcs.net/thielema/accelerate-fourier/ |
Uploaded | by HenningThielemann at 2018-03-09T20:06:20Z |
Modules
[Index]
- Data
- Array
- Accelerate
- Convolution
- Data.Array.Accelerate.Cyclic
- Fourier
- Accelerate
- Array
Downloads
- accelerate-fourier-1.0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees