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 irfft/brfft #219

Closed
wants to merge 4 commits into from

Conversation

BioTurboNick
Copy link

Based on #54 and my attempted reworking of it, this is a subset of the functionality just to support a drop-in replacement of irfft! and brfft! for irfft and brfft.

It uses the PaddedRFFTArray type internally and returns a reinterpreted view of the input array containing the output.

rfft! is trickier to support and I ran into some issues with it, so I've cut that out for the moment but it could be added later.

@codecov
Copy link

codecov bot commented Sep 29, 2021

Codecov Report

Merging #219 (11926ce) into master (5f6f315) will increase coverage by 2.57%.
The diff coverage is 93.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   62.67%   65.24%   +2.57%     
==========================================
  Files           5        5              
  Lines         434      469      +35     
==========================================
+ Hits          272      306      +34     
- Misses        162      163       +1     
Impacted Files Coverage Δ
src/FFTW.jl 86.66% <ø> (ø)
src/fft.jl 66.39% <93.54%> (+3.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f6f315...11926ce. Read the comment docs.

@BioTurboNick
Copy link
Author

In light of discussion on merging with #54 , closing this.

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

Successfully merging this pull request may close these issues.

1 participant