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

Perform intermediate FFTs in-place #20

Open
jipolanco opened this issue Sep 3, 2020 · 0 comments
Open

Perform intermediate FFTs in-place #20

jipolanco opened this issue Sep 3, 2020 · 0 comments

Comments

@jipolanco
Copy link
Owner

For out-of-place FFTs, it should be possible to perform some of the intermediate FFTs in-place, which may lead to memory savings and maybe a small speed-up.

For instance, a 3D r2c FFT is composed of three FFTs: RFFT(x) -> FFT(y) -> FFT(z). Here, the c2c FFTs could be done in-place.

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