Ticket #3620 (closed defect: fixed)
[with patch; positive review] minpoly absurdly slow for elements of finte fields
| Reported by: | robertwb | Owned by: | tbd |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.0.4 |
| Component: | algebra | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description (last modified by mhansen) (diff)
It goes via pari calls, rather than invoking ntl directly. e.g., computing the minpoly of a random element in GF(2^300) takes about a minute in sage and a second in Magma. It's slow because PARI is really really slow. Just getting the matrix and asking for its charpoly is vastly vaster in sage already, so doing that would be a good first step.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

