Skip to content

Conversions from Polynomials.ChebyshevT #305

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 2 commits into from
Aug 31, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 31, 2023

On master

julia> C = ChebyshevT([1,2,3])
ChebyshevT(1T_0(x) + 2T_1(x) + 3T_2(x))

julia> @btime Fun($C, Chebyshev())
  14.825 μs (8 allocations: 544 bytes)
Fun(Chebyshev(), [1.0, 2.0, 3.0])

This PR

julia> @btime Fun($C, Chebyshev())
  53.640 ns (1 allocation: 80 bytes)
Fun(Chebyshev(), [1.0, 2.0, 3.0])

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (b13bf09) 72.54% compared to head (6116e5c) 72.56%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
+ Coverage   72.54%   72.56%   +0.01%     
==========================================
  Files          29       30       +1     
  Lines        2746     2748       +2     
==========================================
+ Hits         1992     1994       +2     
  Misses        754      754              
Files Changed Coverage Δ
src/ApproxFunOrthogonalPolynomials.jl 87.80% <ø> (ø)
...xt/ApproxFunOrthogonalPolynomialsPolynomialsExt.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jishnub jishnub merged commit da4eb89 into JuliaApproximation:master Aug 31, 2023
@jishnub jishnub deleted the PolynomialsExt branch August 31, 2023 15:47
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