#8327: Implement the universal cyclotomic field, using Zumbroich basis
-----------------------------------------------------+----------------------
Reporter: nthiery | Owner:
Type: enhancement | Status:
needs_review
Priority: major | Milestone: sage-5.6
Component: number fields | Resolution:
Keywords: Cyclotomic field, Zumbroich basis | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Christian Stump, Simon King | Merged in:
Dependencies: #13765 | Stopgaps:
-----------------------------------------------------+----------------------
Comment (by nthiery):
Replying to [comment:156 stumpc5]:
> I now do inherit from Field and from FieldElement. This way, I got rid
of several almost empty methods. If Nicolas prefers to have it again the
other way round, we can as well undo that.
It would be best to move those almost empty methods to the Fields
category. That being said, I totally understand if you prefer to get
done with this patch without risking conflicts with ongoing category
development. Can you just leave a quick note in the code like:
{{{
.. TODO::
Remove the inheritance from Field and FieldElement as soon as
the methods X,Y,Z are implemented in the Fields category.
}}}
Ideally you would also make a quick benchmark to check my guess that
inheriting from FieldElement does not make a speed difference.
Thanks!
Nicolas
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8327#comment:157>
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.