For the functions that support inplace operations (e.g., the c2c´ FFT), two rust functions are available:
ducc0::fftc2c(not inplace) and
ducc0::fftc2c_inplace` (inplace).
Rust wrapper currently does not support
This wrapper is currently highly experimental. If you encounter problems or need
not yet supported components, please reach out to c@philipp-arras.de
.
This is my first C++ wrapper for Rust. Feel free to give advice and feedback.