Skip to content

Inference in normalized space multiplication #194

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 1 commit into from
Feb 20, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Feb 20, 2023

After this, the following is type-inferred:

julia> @inferred Multiplication(Fun(Legendre()), NormalizedLegendre())
MultiplicationWrapper : NormalizedLegendre()  NormalizedLegendre()
 0.0      0.57735                                                                           
 0.57735  0.0       0.516398                                                                 
         0.516398  0.0       0.507093                                                        
                  0.507093  0.0       0.503953                                               
                           0.503953  0.0       0.502519                                      
                                    0.502519  0.0       0.501745                             
                                             0.501745  0.0       0.50128                     
                                                      0.50128   0.0       0.500979           
                                                               0.500979  0.0       0.500773  
                                                                        0.500773  0.0       
                                                                                          

@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Base: 60.95% // Head: 67.80% // Increases project coverage by +6.85% 🎉

Coverage data is based on head (c80f96a) compared to base (a94565e).
Patch coverage: 81.96% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   60.95%   67.80%   +6.85%     
==========================================
  Files          28       28              
  Lines        2492     2541      +49     
==========================================
+ Hits         1519     1723     +204     
+ Misses        973      818     -155     
Impacted Files Coverage Δ
src/ApproxFunOrthogonalPolynomials.jl 66.66% <ø> (ø)
src/Spaces/Jacobi/Jacobi.jl 65.04% <75.00%> (+1.94%) ⬆️
src/Spaces/Ultraspherical/Ultraspherical.jl 78.57% <75.00%> (+0.98%) ⬆️
...c/Spaces/Ultraspherical/UltrasphericalOperators.jl 76.81% <75.36%> (+0.43%) ⬆️
src/Spaces/PolynomialSpace.jl 90.03% <91.66%> (+1.32%) ⬆️
src/Spaces/Jacobi/JacobiOperators.jl 83.33% <96.00%> (+15.53%) ⬆️
src/Spaces/Chebyshev/Chebyshev.jl 59.85% <100.00%> (+1.70%) ⬆️
src/Spaces/Chebyshev/ChebyshevOperators.jl 86.33% <100.00%> (+0.09%) ⬆️
src/Spaces/Hermite/Hermite.jl 70.88% <100.00%> (+22.16%) ⬆️
src/Spaces/Ultraspherical/ContinuousSpace.jl 54.28% <100.00%> (+3.03%) ⬆️
... and 18 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit 591136c into JuliaApproximation:master Feb 20, 2023
@jishnub jishnub deleted the multnorm branch February 20, 2023 11:33
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