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

Issue 519 #532

Merged
merged 6 commits into from
Aug 25, 2023
Merged

Issue 519 #532

merged 6 commits into from
Aug 25, 2023

Conversation

jverzani
Copy link
Member

@jverzani jverzani commented Aug 23, 2023

This adds an extension for FFTW in case poly multiplication of large polynomials over Float64 is of interest. It doesn't actually address #519, where exact multiplication for integers is desired.

Along the way, a cleanup of how extensions were handled was done. Hope that didn't get munged as it seemed I had it incorrect prior to this.

@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

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

Comparison is base (bdb1409) 75.39% compared to head (fc662a7) 75.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #532      +/-   ##
==========================================
- Coverage   75.39%   75.16%   -0.23%     
==========================================
  Files          35       36       +1     
  Lines        3816     3829      +13     
==========================================
+ Hits         2877     2878       +1     
- Misses        939      951      +12     
Files Changed Coverage Δ
ext/PolynomialsFFTWExt.jl 0.00% <0.00%> (ø)
src/Polynomials.jl 100.00% <ø> (ø)
src/polynomials/standard-basis/standard-basis.jl 71.57% <0.00%> (-0.60%) ⬇️

... and 1 file with indirect coverage changes

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

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