FFTW binding for Rust
This repository includes three crates:
source
: download and complie FFTW (defualt)
curl
to download the source, and C-compiler and make
to compile FFTWsystem
: use system's libfftw3 (experimental)
intel-mkl
use Intel MKL backend through intel-mkl-src (experimental)
curl
to downloadThe codes in this crate are licensed by MIT-License (see LICENSE), and the backends are redistributed under following licenses: