#13615: Extend elliptic curve isogenies to arbitrary prime degrees
-------------------------------------+-------------------------------------
       Reporter:  cremona            |        Owner:  John Cremona
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-5.12
      Component:  elliptic curves    |   Resolution:
       Keywords:  isogenies, sd51    |    Merged in:
        Authors:  Kimi Tsukazaki,    |    Reviewers:  John Cremona, Jenny
  John Cremona                       |  Cooley, Samuele Anni, Luca De Feo
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by cremona):

 Thanks a lot for making your changes in to a mercurial patch.  Looking at
 it reminded me that I had always intended to remove the global (to the
 module) isog_table anyway, replacing it with a function as we did for the
 hyperelliptic_isogeny_data which plays a rather similar role.  IN addition
 this meanse that instaed of having these mysterious numbers in there, I
 can put in a function which by default returns stored values, but can also
 compute them on the fly, which then (1) allowed doctesting and (2) makes
 it clearer where they come from (currently this is partially done in an
 extended comment).  The result will be something like the (cached)
 function Psi(l, use_stored=True) which was converted to this form when
 someone noticed that this file contributed a non-negligible amount to
 Sage's startup time.  I will do that tomorrow.

--
Ticket URL: <http://trac.sagemath.org/ticket/13615#comment:14>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to