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

an algorithm for polynomial composition, an algorithm for FFT-based * #530

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

jverzani
Copy link
Member

This adds non-exported, non-tested methods for polynomial composition(#511) and polynomial multiplication via a FFT (#519)

@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: -1.31% ⚠️

Comparison is base (aa9bec7) 76.59% compared to head (49cfe5b) 75.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
- Coverage   76.59%   75.28%   -1.31%     
==========================================
  Files          35       35              
  Lines        3739     3804      +65     
==========================================
  Hits         2864     2864              
- Misses        875      940      +65     
Files Changed Coverage Δ
src/polynomials/standard-basis/standard-basis.jl 72.17% <0.00%> (-11.36%) ⬇️

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

@jverzani jverzani merged commit 1125401 into JuliaMath:master Aug 21, 2023
18 of 21 checks passed
@jverzani jverzani deleted the issue_511 branch August 21, 2023 22:41
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