JuliaApproximation / ApproxFunBase.jl

Core functionality of ApproxFun
MIT License
12 stars 13 forks source link

Fix bandwidth for InterlaceOperator #557

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

After this,

julia> C = [Dirichlet(Chebyshev()); Dirichlet(Chebyshev(),1)];

julia> Q = QuotientSpace(Chebyshev(), C);

julia> Z = Conversion(Q, Chebyshev());

julia> isapprox((C * Z)[:, 1:5], C[:,1:9] * Z[1:9, 1:5], atol=1e-14)
true
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 28.57% and no project coverage change.

Comparison is base (614f040) 27.62% compared to head (bbf6e37) 27.62%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #557 +/- ## ======================================= Coverage 27.62% 27.62% ======================================= Files 80 80 Lines 8387 8387 ======================================= Hits 2317 2317 Misses 6070 6070 ``` | [Files Changed](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/557?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation) | Coverage Δ | | |---|---|---| | [src/Operators/general/InterlaceOperator.jl](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/557?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL09wZXJhdG9ycy9nZW5lcmFsL0ludGVybGFjZU9wZXJhdG9yLmps) | `23.46% <0.00%> (ø)` | | | [src/Operators/SubOperator.jl](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/557?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL09wZXJhdG9ycy9TdWJPcGVyYXRvci5qbA==) | `42.64% <25.00%> (ø)` | | | [src/Operators/functionals/Evaluation.jl](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/557?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL09wZXJhdG9ycy9mdW5jdGlvbmFscy9FdmFsdWF0aW9uLmps) | `43.47% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.