fftwRaw: Low level bindings to FFTW.

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.

[maintain] [Publish]

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.

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.2
Change log None available
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:05:59Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees