Skip to content
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

Construct OrthoPoly from corresponding measure #100

Merged
merged 4 commits into from
Dec 2, 2022

Conversation

FHoltorf
Copy link
Contributor

In SciML/ModelOrderReduction.jl#27 we would like to construct CanonicalOrthoPolys and generic OrthoPolys from the corresponding Measures. This PR seeks to enable that by defining suitable constructors. Also, it changes the inner constructors to outer to promote extensibility.

Best,
Flemming

@codecov
Copy link

codecov bot commented Dec 2, 2022

Codecov Report

Merging #100 (e6a1b12) into master (2b3d41c) will decrease coverage by 11.95%.
The diff coverage is 97.97%.

@@             Coverage Diff             @@
##           master     #100       +/-   ##
===========================================
- Coverage   90.25%   78.30%   -11.96%     
===========================================
  Files          15       15               
  Lines         965     1005       +40     
===========================================
- Hits          871      787       -84     
- Misses         94      218      +124     
Impacted Files Coverage Δ
src/typesOrthoPolys.jl 97.82% <97.97%> (-1.14%) ⬇️
src/polynomial_chaos.jl 20.37% <0.00%> (-56.94%) ⬇️
src/show.jl 20.00% <0.00%> (-27.78%) ⬇️
src/recurrence_coefficients_monic.jl 90.47% <0.00%> (-7.15%) ⬇️
src/typesQuad.jl 94.73% <0.00%> (+4.73%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit cae20f8 into SciML:master Dec 2, 2022
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.

2 participants