The vector-fftw package
This package provides bindings to the fftw library for one-dimensional vectors. It provides both high-level functions and more low-level manipulation of fftw plans.
We provide three different modules which wrap fftw's operations:
Numeric.FFT.Vector.Unnormalized contains the raw transforms;
Numeric.FFT.Vector.Invertible scales the backwards transforms to be true inverses;
Numeric.FFT.Vector.Unitary additionally scales all transforms to preserve the L2 (sum-of-squares) norm of the input.
Note that this package is currently not thread-safe.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1 |
|---|---|
| Dependencies | base (≥4.3 & <4.7), primitive (≥0.4 & <0.6), storable-complex (0.2.*), vector (≥0.9 & <0.11) |
| License | BSD3 |
| Copyright | (c) Judah Jacobson, 2010 |
| Author | Judah Jacobson |
| Maintainer | Judah Jacobson <judah.jacobson@gmail.com> |
| Category | Math |
| Home page | http://hackage.haskell.org/package/vector-fftw |
| Source repository | git clone https://github.com/judah/vector-fftw |
| Upload date | Fri Dec 21 05:19:43 UTC 2012 |
| Uploaded by | JudahJacobson |
| Built on | ghc-7.6 |
Modules
Downloads
- vector-fftw-0.1.3.1.tar.gz (Cabal source package)
- package description (included in the package)