Ticket #3634 (closed defect: fixed)
[with patch, positive review] minpoly still slow for elements of finte fields
| Reported by: | robertwb | Owned by: | tbd |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.0.5 |
| Component: | algebra | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
The improvement at #3620 is significant, but NTL does have minimal polynomial computations, though provided in http://www.shoup.net/ntl/doc/GF2X.txt rather than http://www.shoup.net/ntl/doc/GF2E.txt . We should probably use the proof flag to decide the algorithm. Trace could be wrapped as well.
Also, the computation of matrix() is using the completely generic code, which has got to be sub-optimal for manipulating elements of GF(2).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

