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

Karatsuba based methods in Skew Polynomials #21259

Open
arpitdm mannequin opened this issue Aug 17, 2016 · 4 comments
Open

Karatsuba based methods in Skew Polynomials #21259

arpitdm mannequin opened this issue Aug 17, 2016 · 4 comments

Comments

@arpitdm
Copy link
Mannequin

arpitdm mannequin commented Aug 17, 2016

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 class cdef 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

@arpitdm arpitdm mannequin added this to the sage-7.4 milestone Aug 17, 2016
@arpitdm arpitdm mannequin added c: algebra labels Aug 17, 2016
@arpitdm
Copy link
Mannequin Author

arpitdm mannequin commented Aug 17, 2016

@johanrosenkilde
Copy link
Contributor

Author: Xavier Caruso

@johanrosenkilde
Copy link
Contributor

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:

1a06b09added methods for multi-point evaluation, minimum subspace polynomial and interpolation
9a2fad2merged changes from Tickets 13215 and 21088
eaca253integrated skew polynomial finite field into sage. removed some compile and doctest errors.
7664060removed leftpow and rightpow methods from SkewPolynomial_finite_field_dense class because they require the 'bound' method which in turn requires 'center'. this will be added in another separate ticket with the rest of the center stuff.
a6e93e1added SEEALSO and TODO blocks and made small polishes to the documentation.
130b173improved documentation for skew_polynomials_finite_field.pyx file
15861b9documentation builds successfully.
2d67e0emerging updates
a2c4f06removed unused imports, signal statements. small fixes to documentation.
5547542added karatsuba based methods as is, from the original #13215 ticket

@johanrosenkilde
Copy link
Contributor

Commit: 5547542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants