fftwRaw: Low level bindings to FFTW.
Yet another set of Haskell bindings to FFTW, the Fastest Fourier Transform in the West.
These are low level bindings with some type safety for a small subset of FFTW's functionality. Raise an Issue on Github if you need something I haven't implemented.
Unlike the fft package, this package provides low level manipulation of FFTW plans (such as fftw_plan_dft_1d
).
Unlike the vector-fftw package, this package is based on pointers instead of the Vector datatype and it avoids copying the input arrays by assuming that the pointers are aligned as FFTW expects.
Downloads
- fftwRaw-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2 |
---|---|
Dependencies | base (>=4.6 && <4.11) [details] |
License | BSD-3-Clause |
Copyright | 2015 Adam Walker |
Author | Adam Walker |
Maintainer | adamwalker10@gmail.com |
Revised | Revision 1 made by adamwalker at 2018-09-04T11:17:21Z |
Category | Math |
Home page | https://github.com/adamwalker/haskell-fftw-simple |
Bug tracker | https://github.com/adamwalker/haskell-fftw-simple/issues |
Source repo | head: git clone https://github.com/adamwalker/haskell-fftw-simple |
Uploaded | by adamwalker at 2016-07-31T05:56:59Z |
Distributions | NixOS:0.1.0.2 |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 2482 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |