Skip to content

Inplace Chebyshev transform #79

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

Merged
merged 3 commits into from
Aug 3, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 3, 2022

These are supported by FastTransforms, so we may add these here. After this, the following works:

julia> v = rand(10);

julia> v2 = copy(v);

julia> transform!(Chebyshev(), v);

julia> transform(Chebyshev(), v2) == v
true

@codecov
Copy link

codecov bot commented Aug 3, 2022

Codecov Report

Merging #79 (b5484a6) into master (1d3e065) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   57.12%   57.16%   +0.03%     
==========================================
  Files          27       27              
  Lines        2386     2388       +2     
==========================================
+ Hits         1363     1365       +2     
  Misses       1023     1023              
Impacted Files Coverage Δ
src/Spaces/Chebyshev/Chebyshev.jl 54.34% <100.00%> (+0.67%) ⬆️

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 1d3e065...b5484a6. Read the comment docs.

@jishnub jishnub merged commit 101a92b into JuliaApproximation:master Aug 3, 2022
@jishnub jishnub deleted the inplacecheby branch August 3, 2022 13:04
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