#10174: relative norm in relative number fields is slow
-----------------------------+----------------------------------------------
Reporter: thome | Owner: davidloeffler
Type: defect | Status: needs_work
Priority: minor | Milestone:
Component: number fields | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Changes (by lftabera):
* status: new => needs_work
Comment:
This will also improve the trace in the important case where the field is
the base field.
I think I would call self.base_ring() instead of
self.parent().base_field()
I wonder if this can be further improved. For example if base equals
self.parent() the returning 1x1 matrix should be instantaneous (although
this is a very corner case).
Also, you need to add a doctest for the change.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10174#comment:1>
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.