fftwRaw: Low level bindings to FFTW.

[ bsd3, library, math ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 && <5) [details]
License BSD-3-Clause
Copyright 2015 Adam Walker
Author Adam Walker
Maintainer adamwalker10@gmail.com
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 2018-09-04T11:12:26Z
Distributions NixOS:0.1.0.2
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 2381 total (14 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]