fftw icon indicating copy to clipboard operation
fftw copied to clipboard

FFTW3 binding for Rust

Results 21 fftw issues
Sort by recently updated
recently updated
newest added

I am asking this, because I am having a hard time trying to check whether this is possible or not. According to [this documentation](http://www.fftw.org/fftw3_doc/New_002darray-Execute-Functions.html), execution of plans should take a...

intel-mkl-src 0.8.0 (upgraded at #121) switched download source from AWS S3 to GitHub Container registry using ocipkg. It only works with static library to avoid runtime search path issue. However,...

This repo appears vacant. Is it still maintained? @termoshtt

Hey there: We are very interested in using these RUST bindings for FFTW. We are wondering if we can buy a license for the RUST bindings to be able to...

I never noticed this since I always use Linux myself, but while the Linux and macOS versions statically link to the built version of fftw by default, the Windows version...

The plan is not modified by `..._execute_dft` and alike (see https://www.fftw.org/fftw3_doc/Thread-safety.html) Thus we can pass the plan `&self` by constant reference. This enables multiple threaded ffts from the same plan....

I've noticed that if the source and intel-mkl feature flags are both set, it leads to a build failure: ``` Compiling fftw-sys v0.6.0 error[E0259]: the name `ffi` is defined multiple...

This PR adds an implementation of the `Serialize` and `Deserialize` trait to `AlignedVec`. An implementation of `PartialEq` was also added since it was mandatory for the tests. Those would be...

This library is currently not compatible with toolchains like `stable-x86_64-pc-windows-gnu`. I wasn't able to modify the build script to support building with MSYS/MinGW, but it could be possible to offer...