-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Let exponentiation of polynomial using FLINT nmod type be interrupted #17470
Comments
Commit: |
Author: Jean-Pierre Flori |
Branch: u/jpflori/ticket/17470 |
This comment has been minimized.
This comment has been minimized.
comment:2
|
comment:3
I know it's not the topic of this ticket, but why is this code not implemented as direct calls to either |
comment:4
Also, I do give positive_review to the addition of |
comment:5
Actually,
should be
|
comment:6
I created #17476 as possible "meta-ticket". |
comment:7
Replying to @jdemeyer:
Maybe because the file was written 6 years ago on top of FLINT 1.x :) |
comment:8
As far as old stuff which needs update is concerned, we should also rewrite the NTL wrapping code now that Cython understands C++. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
I get
|
comment:12
Indeed... Exponentiation without modular reduction will be either too fast or eat up all the memory. |
comment:13
Proposal: choose |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/jpflori/ticket/17470 to u/jdemeyer/ticket/17470 |
comment:17
I modified the test slightly. Other than that, the patch looks good. New commits:
|
Reviewer: Jeroen Demeyer |
comment:18
I assume this means positive review... |
Changed branch from u/jdemeyer/ticket/17470 to |
CC: @vbraun @jdemeyer
Component: finite rings
Author: Jean-Pierre Flori
Branch/Commit:
0706674
Reviewer: Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/17470
The text was updated successfully, but these errors were encountered: