vector-fftw: A binding to the fftw library for one-dimensional vectors.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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.
Properties
Versions | 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.3.8, 0.1.4.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.3 && <4.11), primitive (>=0.6 && <0.7), 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 2017-06-16T15:34:05Z |
Modules
[Index]
Downloads
- vector-fftw-0.1.3.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees