We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, I would be interested in submitting a PR for this, but I wanted to get feedback first.
For reference, FFTW3 can save and later load accumulated wisdom about optimal plans it has found.
The symbols I'd want to add are a subset of import and export. In particular importing and exporting to a filename.
The fftw-sys crate already exports these symbols, so it would be a matter of adding them to the fftw crate proper. Perhaps to a util or wisdom module?
util
wisdom
The text was updated successfully, but these errors were encountered:
I'll add this change to my fork, but if you would like I can open a PR here as well. SallySoul#1
Also open to feedback if you get the chance.
Sorry, something went wrong.
No branches or pull requests
First, I would be interested in submitting a PR for this, but I wanted to get feedback first.
For reference, FFTW3 can save and later load accumulated wisdom about optimal plans it has found.
The symbols I'd want to add are a subset of import and export. In particular importing and exporting to a filename.
The fftw-sys crate already exports these symbols, so it would be a matter of adding them to the fftw crate proper. Perhaps to a
util
orwisdom
module?The text was updated successfully, but these errors were encountered: