-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major performance improvements for Zippel GCD algorithm for huge poly…
…nomials (#36) This fixes #35 - efficient methods for evaluation of multivariate polynomials with the use of sparse recursive Horner scheme - switch between plain and sparse recursive evaluation methods in repeated evaluations in Zippel algorithm - make some costly things in multivariate polynomials cacheable (first of all degrees()) - use larger primes (around 60 bit) in modular algorithm over Z when the resulting coefficients are expected to be large
- Loading branch information
1 parent
219dd3f
commit dfeebdf
Showing
18 changed files
with
1,975 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.