#8042: problem with modular symbols in eclib
-----------------------------+----------------------------------------------
   Reporter:  wuthrich       |       Owner:  craigcitro           
       Type:  defect         |      Status:  needs_review         
   Priority:  major          |   Milestone:  sage-4.3.2           
  Component:  modular forms  |    Keywords:  eclib modular symbols
     Author:  Craig Citro    |    Upstream:  N/A                  
   Reviewer:                 |      Merged:                       
Work_issues:                 |  
-----------------------------+----------------------------------------------

Comment(by cremona):

 For info:  the only reason that I use the name "bigint" in my code is that
 I allow (or used to allow) LiDIA integers as an alternative to NTL ones,
 and had a common interface which worked with both.  But Sage's build of
 eclib only ever uses the NTL ints.  So as far as Sage is concerned, my
 bigints are the same as NTL's ZZ: not a wrapper for them, but the exact
 same type.

 This should surely make it easier to interface between eclib (and its
 bigints which are just NTL ZZs) and Sage.  There is quite a lot of useful
 stuff in eclib which Sage does not yet interface to, which is a pity (e.g.
 solution of conics over Q).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8042#comment:4>
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 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.

Reply via email to