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

ENH: fft: reduce fft sizes for zero-padded arrays #10511

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peterbell10
Copy link
Member

Reference issue

Closes #10510

What does this implement/fix?

For zero-padded fftn, this reduces the number of FFTs performed for array axes that are known to be all-zero.

@peterbell10 peterbell10 changed the title ENH: Reduce fft sizes for zero-padded arrays WIP, ENH: Reduce fft sizes for zero-padded arrays Jul 24, 2019
@ev-br ev-br added enhancement A new feature or improvement scipy.fft labels Aug 10, 2019
@lucascolley lucascolley marked this pull request as draft March 14, 2024 21:26
@lucascolley lucascolley changed the title WIP, ENH: Reduce fft sizes for zero-padded arrays WIP, ENH: fft: reduce fft sizes for zero-padded arrays May 18, 2024
@lucascolley lucascolley changed the title WIP, ENH: fft: reduce fft sizes for zero-padded arrays ENH: fft: reduce fft sizes for zero-padded arrays Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.fft
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: zero-padded multi-D FFTs are sub-optimal
2 participants