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

Krc/integer factorization #8

Merged
merged 27 commits into from
May 12, 2021
Merged

Krc/integer factorization #8

merged 27 commits into from
May 12, 2021

Conversation

KlausC
Copy link
Owner

@KlausC KlausC commented Apr 21, 2021

implement Zassenhaus algorithm for factorization of polynomials over Z.

@codecov-commenter
Copy link

codecov-commenter commented Apr 21, 2021

Codecov Report

Merging #8 (564fb67) into main (b8e46e0) will decrease coverage by 5.88%.
The diff coverage is 62.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
- Coverage   90.60%   84.71%   -5.89%     
==========================================
  Files          16       17       +1     
  Lines        2511     3062     +551     
==========================================
+ Hits         2275     2594     +319     
- Misses        236      468     +232     
Impacted Files Coverage Δ
src/CommutativeRings.jl 100.00% <ø> (ø)
src/zz.jl 85.71% <50.00%> (-2.93%) ⬇️
src/intfactorization.jl 52.45% <52.45%> (ø)
src/fraction.jl 84.09% <83.33%> (+0.39%) ⬆️
src/quotient.jl 80.95% <83.33%> (-1.31%) ⬇️
src/univarpolynom.jl 96.23% <94.38%> (+<0.01%) ⬆️
src/zzmod.jl 82.92% <96.00%> (+1.10%) ⬆️
src/galoisfields.jl 87.04% <100.00%> (+0.38%) ⬆️
src/generic.jl 88.54% <100.00%> (+0.81%) ⬆️
src/multivarpolynom.jl 91.16% <100.00%> (+0.15%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8e46e0...564fb67. Read the comment docs.

@KlausC KlausC merged commit d8d9441 into main May 12, 2021
@KlausC KlausC deleted the krc/integer_factorization branch March 15, 2022 11:12
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