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.
Modules
[Index]
Downloads
- vector-fftw-0.1.3.8.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.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, 0.1.4.1 |
---|---|
Dependencies | base (>=4.3 && <4.14), primitive (>=0.6 && <0.7), storable-complex (>=0.2 && <0.3), vector (>=0.9 && <0.13) [details] |
Tested with | ghc ==7.6.2, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.1 |
License | BSD-3-Clause |
Copyright | (c) Judah Jacobson, 2010 |
Author | Judah Jacobson |
Maintainer | Ben Gamari <ben@smart-cactus.org> |
Revised | Revision 3 made by BenGamari at 2020-05-15T22:53:31Z |
Category | Math |
Home page | http://hackage.haskell.org/package/vector-fftw |
Source repo | head: git clone https://github.com/bgamari/vector-fftw |
Uploaded | by BenGamari at 2017-06-16T15:34:31Z |
Distributions | Stackage:0.1.4.1 |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Downloads | 9265 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-06-16 [all 1 reports] |