Skip to content
New issue

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

Document destructive inverse real FFTs #12

Open
egpbos opened this issue Oct 16, 2017 · 1 comment
Open

Document destructive inverse real FFTs #12

egpbos opened this issue Oct 16, 2017 · 1 comment

Comments

@egpbos
Copy link
Member

egpbos commented Oct 16, 2017

The default behavior for inverse real FFT functions (c2r) in FFTW is to destroy the input arrays during the calculation. This is probably very unexpected for most users.

We should add this to the documentation, probably multiple times (in the general howtos, and in the function docs). Maybe we should even print run-time warnings.

egpbos added a commit that referenced this issue Nov 30, 2017
About row-major order (#11) and destructive inverse real FFTs (#12).
@egpbos
Copy link
Member Author

egpbos commented Nov 30, 2017

Todo: add notes to function documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant