Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/fftw3-rs
Bindings to FFTW3
https://github.com/huonw/fftw3-rs
Last synced: 8 days ago
JSON representation
Bindings to FFTW3
- Host: GitHub
- URL: https://github.com/huonw/fftw3-rs
- Owner: huonw
- License: apache-2.0
- Created: 2014-11-14T13:55:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T00:40:32.000Z (over 8 years ago)
- Last Synced: 2024-10-31T13:50:16.268Z (15 days ago)
- Language: Rust
- Size: 1.03 MB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# fftw-rs
Bindings to [FFTW](http://fftw.org/).
The master branch is not designed for general use at the
moment. `basic` has a simple interface (this one is published as
`fftw3` on crates.io) which will be replaced by the more general
interface I'm working on on `master` at some point.