Skip to content

Laguerre derivative on real line #144

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
Nov 16, 2022

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Nov 16, 2022

This PR makes the derivative of Laguerre polynomials on the real axis real.

After this:

julia> Derivative(Laguerre())
DerivativeWrapper : Laguerre{Int64, Ray{false, Float64}}(0, 【0.0,∞❫)  Laguerre{Int64, Ray{false, Float64}}(1, 【0.0,∞❫)
 0.0  -1.0                                          
      0.0  -1.0                                     
           0.0  -1.0                                
                0.0  -1.0                           
                     0.0  -1.0                      
                          0.0  -1.0                 
                               0.0  -1.0            
                                    0.0  -1.0       
                                         0.0  -1.0  
                                              0.0  
                                                  

@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Base: 69.03% // Head: 69.03% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (f92d422) compared to base (0cf2115).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #144   +/-   ##
=======================================
  Coverage   69.03%   69.03%           
=======================================
  Files          28       28           
  Lines        2454     2458    +4     
=======================================
+ Hits         1694     1697    +3     
- Misses        760      761    +1     
Impacted Files Coverage Δ
src/Spaces/Laguerre/Laguerre.jl 60.13% <100.00%> (+1.10%) ⬆️
src/roots.jl 73.04% <0.00%> (-0.87%) ⬇️

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 bd1a1d3 into JuliaApproximation:master Nov 16, 2022
@jishnub jishnub deleted the lagderiv branch November 16, 2022 14:57
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