Skip to content

maxk11/fftw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-fftw3

Build Status

FFTW binding for Rust

This repository includes three crates:

  • Crate docs.rs fftw: safe wrapper in Rust
  • Crate docs.rs fftw-sys: unsafe wrapper in Rust
  • Crate docs.rs fftw-src: source of FFTW

Feature flags

  • source: download and compile FFTW (default)
    • (Linux, macOS) Needs C-compiler and make command to compile FFTW
    • (Windows) Download precompiled binary from FFTW page
  • system: use system's libfftw3 (experimental, Linux only)
    • You must install FFTW to your system before building this crate
  • intel-mkl use Intel MKL backend through intel-mkl-src
    • Linux, macOS, and Windows are supported

LICENSE

See LICENSE.md

About

FFTW3 binding for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%