Skip to content

conversion/maxspace/union rules for normalized spaces #296

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 7, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 7, 2023

After this, the following is type-inferred:

julia> @inferred Fun(NormalizedLegendre()) + Fun(NormalizedLegendre())
Fun(NormalizedLegendre(), [0.0, 1.63299])

The idea is that since polynomial spaces may be converted to each other, the same should also hold for normalized polynomial spaces.

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

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

Comparison is base (c48fd6f) 72.37% compared to head (eeb17b1) 72.46%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
+ Coverage   72.37%   72.46%   +0.09%     
==========================================
  Files          29       29              
  Lines        2744     2746       +2     
==========================================
+ Hits         1986     1990       +4     
+ Misses        758      756       -2     
Files Changed Coverage Δ
src/Spaces/Jacobi/JacobiOperators.jl 86.21% <100.00%> (+0.77%) ⬆️
src/Spaces/PolynomialSpace.jl 93.52% <100.00%> (+0.11%) ⬆️

... and 3 files with indirect coverage changes

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

@jishnub jishnub merged commit 5477fd0 into JuliaApproximation:master Aug 7, 2023
@jishnub jishnub deleted the normalizedspaceunionrule branch August 7, 2023 13:01
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