rust-fftw3
FFTW binding for Rust
This repository includes three crates:
Feature flags
source: download and complie FFTW (defualt)- You need
curlto download the source, and C-compiler andmaketo compile FFTW
- You need
system: use system's libfftw3 (experimental)- You must install FFTW to your system before building this crate
intel-mkluse Intel MKL backend through intel-mkl-src (experimental)- You need
curlto download
- You need
LICENSE
The codes in this crate are licensed by MIT-License (see LICENSE), and the backends are redistributed under following licenses:
- FFTW is free software and distributed under GPLv2 (License and Copyright)
- Intel MKL is distributed under the Intel Simplified Software License for Intel(R) Math Kernel Library