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.
In addition, we provide .Multi
modules for each of these providing multi-dimensional
transforms.
Modules
- Numeric
- FFT
- Vector
- Numeric.FFT.Vector.Invertible
- Numeric.FFT.Vector.Invertible.Multi
- Numeric.FFT.Vector.Plan
- Numeric.FFT.Vector.Unitary
- Numeric.FFT.Vector.Unitary.Multi
- Numeric.FFT.Vector.Unnormalized
- Numeric.FFT.Vector.Unnormalized.Multi
- Numeric.FFT.Vector.Invertible
- Vector
- FFT
Downloads
- vector-fftw-0.1.4.0.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 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.3 && <4.15), primitive (>=0.6 && <0.8), storable-complex (>=0.2 && <0.3), vector (>=0.9 && <0.13) [details] |
License | BSD-3-Clause |
Copyright | (c) Judah Jacobson, 2010 |
Author | Judah Jacobson |
Maintainer | Ben Gamari <ben@smart-cactus.org> |
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 2020-09-01T13:41:39Z |
Distributions | |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Downloads | 8763 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2020-09-01 [all 2 reports] |