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

added fourier_reverse! operations #33

Merged
merged 4 commits into from
Mar 7, 2023
Merged

added fourier_reverse! operations #33

merged 4 commits into from
Mar 7, 2023

Conversation

RainerHeintzmann
Copy link
Member

Interestingly the problem was more complex than I thought.
One could also add a reverse_by_ft() method, which is easy via ft() but maybe not so easy via fft()?

@codecov-commenter
Copy link

codecov-commenter commented Feb 22, 2023

Codecov Report

Merging #33 (0e1f04e) into main (de6204a) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   93.01%   93.09%   +0.08%     
==========================================
  Files          17       17              
  Lines         959      971      +12     
==========================================
+ Hits          892      904      +12     
  Misses         67       67              
Impacted Files Coverage Δ
src/utils.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@roflmaostc roflmaostc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add documentation for both functions to the web docs too

src/utils.jl Outdated Show resolved Hide resolved
src/utils.jl Outdated Show resolved Hide resolved
@roflmaostc roflmaostc merged commit 8fbc1ca into main Mar 7, 2023
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.

3 participants