vector-fftw: A binding to the fftw library for one-dimensional vectors.
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.
Modules
[Index]
Downloads
- vector-fftw-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.5, 0.1.3.6, 0.1.3.7, 0.1.3.8, 0.1.4.0 |
---|---|
Dependencies | base (>=4.3 && <4.5), primitive (>=0.4 && <0.5), storable-complex (>=0.2 && <0.3), vector (>=0.9 && <0.10) [details] |
License | BSD-3-Clause |
Copyright | (c) Judah Jacobson, 2010 |
Author | Judah Jacobson |
Maintainer | Judah Jacobson <judah.jacobson@gmail.com> |
Category | Math |
Uploaded | by JudahJacobson at 2012-01-19T22:04:23Z |
Distributions | |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Downloads | 9166 total (52 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] |