#6020: [with patch, needs review] bug in delta_qexp over finite fields
---------------------------+------------------------------------------------
Reporter: AlexGhitza | Owner: craigcitro
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: modular forms | Keywords: delta q-expansion finite field
---------------------------+------------------------------------------------
Comment(by craigcitro):
Okay, I've attached a patch. The issue is that we can't coerce from NTL
into a finite field.
This patch isn't anything too clever -- I just do the naive thing and work
over the base ring from the start instead of using NTL. It runs at the
same speed for `100000` terms, and only loses about `3%` performance at
`1000000`, so this should definitely do the job. I'm happy to come back
and either unify these (maybe we don't need to manually use NTL anymore?)
or do some additional work to speed it up in the finite field case later
on.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6020#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---