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

Fast polynomial multiplication for arbitrary rings #975

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from

Conversation

mzeuner
Copy link
Contributor

@mzeuner mzeuner commented Jan 25, 2023

This PR contains a version of karatsubas algorithm for multiplying two polynomials in R[X] that does not require R to have decidable equality or an apartness relation.

For now its still a draft because we should have some benchmarking and see that it is actually faster.

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.

None yet

1 participant