JuliaApproximation / SemiclassicalOrthogonalPolynomials.jl

A Julia repository for semiclassical orthogonal polynomials
MIT License
7 stars 3 forks source link

HalfWeighted derivatives #36

Closed dlfivefifty closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (fc120ff) into master (b574511) will increase coverage by 0.11%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   90.15%   90.26%   +0.11%     
==========================================
  Files           3        3              
  Lines         264      298      +34     
==========================================
+ Hits          238      269      +31     
- Misses         26       29       +3     
Impacted Files Coverage Δ
src/derivatives.jl 91.22% <90.90%> (-0.08%) :arrow_down:

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 b574511...fc120ff. Read the comment docs.

dlfivefifty commented 3 years ago

@TSGut This should take care of everything we need on the differential operator side, and with your lowered parameter Jacobi stuff should be O(n).

We could also do a TwoOutOfThreeWeighted for weighting by x^a * (1-x)^b , x^a * (t-x)^c or (1-x)^b (t-x)^c though I'm not sure its needed yet.

I think we are all set for PDEs on annuli. For equilibrium measures I think we need to finish https://github.com/JuliaApproximation/ClassicalOrthogonalPolynomials.jl/pull/3