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 (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 |
---|---|
Change log | Changelog.md |
Dependencies | base (>=4.3 && <4.21), primitive (>=0.6 && <0.10), storable-complex (>=0.2 && <0.3), vector (>=0.9 && <0.14) [details] |
Tested with | ghc ==7.6.2, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.1, ghc ==8.6.4, ghc ==8.8.3, ghc ==8.10.1 |
License | BSD-3-Clause |
Copyright | (c) Judah Jacobson, 2010 |
Author | Judah Jacobson |
Maintainer | Ben Gamari <ben@smart-cactus.org> |
Revised | Revision 1 made by BenGamari at 2024-11-11T15:07:21Z |
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 | 9167 total (46 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] |