-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Karatsuba based methods in Skew Polynomials #21259
Labels
Comments
Author: Xavier Caruso |
comment:2
Note that the current code is more or less just what was in the original patch for #13215 related to Karatsuba multiplication/division. No effort has e.g. been made yet to accommodate for changes in #13215 since this addition was factored out. Last 10 new commits:
|
Commit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We propose additional methods in the
cdef class SkewPolynomial_finite_field_dense
for improved multiplication and division of ring elements. We also propose a new classcdef class SkewPolynomial_finite_field_karatsuba
to handle the basic skew polynomial operations in the finite field case.Note: The original ticket #13215 first introduced this functionality. That was subsequently modified to support the basic implementation of skew polynomials and the karatsuba based methods from that ticket that were removed are being reintroduced here.
Depends on #13215
Depends on #21088
CC: @sagetrac-dlucas @johanrosenkilde @xcaruso @tscrim
Component: algebra
Author: Xavier Caruso
Branch/Commit: u/arpitdm/karatsuba_methods_skew_polynomials @
5547542
Issue created by migration from https://trac.sagemath.org/ticket/21259
The text was updated successfully, but these errors were encountered: