JuliaMath / Polynomials.jl

Polynomial manipulations in Julia
http://juliamath.github.io/Polynomials.jl/
Other
303 stars 75 forks source link

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

Closed jverzani closed 1 year ago

jverzani commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -1.31% :warning:

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

Additional details and impacted files ```diff @@ 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](https://app.codecov.io/gh/JuliaMath/Polynomials.jl/pull/530?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath) | Coverage Δ | | |---|---|---| | [src/polynomials/standard-basis/standard-basis.jl](https://app.codecov.io/gh/JuliaMath/Polynomials.jl/pull/530?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL3BvbHlub21pYWxzL3N0YW5kYXJkLWJhc2lzL3N0YW5kYXJkLWJhc2lzLmps) | `72.17% <0.00%> (-11.36%)` | :arrow_down: |

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