fftw3

Bindings to the FFTW library


Keywords
library, math, fft, arraymancer, fftw3, nim
License
Other
Install
nimble install fftw3@#v0.4.2

Documentation

Nim bindings to the FFTW3 library, to compute Fourier transforms of various kinds with high performance.

Installation

Use nimble nimble install fftw3 to install the latest released version

Usage

I advise to read the fftw documentation :

You can find the generated documentation here with the complete API and examples : https://clonkk.github.io/nimfftw3/doc/fftw3.html

History

These bindings were originally generated here : https://github.com/ziotom78/nimfftw3/blob/master/fftw3.nim

License

These bindings are released under a LGPL license. FFTW3 is released under a GPLv2 or above license.