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

In-place real-to-complex FFTs? #21

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

In-place real-to-complex FFTs? #21

jipolanco opened this issue Sep 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jipolanco
Copy link
Owner

Not that simple due to the change from a real to a complex element type.

This will require changes to ManyPencilArray in PencilArrays, to allow for variable element types of the aliased arrays. I'm not sure if this can be done efficiently with reinterpret, and unsafe workarounds may be needed.

Also, in-place r2c FFTs are not currently wrapped by FFTW.jl (due to this and other complications), and custom wrappers will likely be needed.

@jipolanco jipolanco added the enhancement New feature or request label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant