#11161: New classes for matrices and vectors over Z/NZ with N >= 46341
------------------------------+---------------------------------------------
Reporter: roed | Owner: jason, was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.7
Component: linear algebra | Keywords: padics, modular arithmetic
Author: David Roe | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Sage currently has specialized classes for matrices and vectors over Z/nZ
with n < 46341, used for multi-modular algorithms over Z. Once this
boundary is passed, performance drops off.
This ticket aims to implement an analogous class for larger N, using an
array of mpz_t's as the underlying representation.
One of the benefits is speed: determinants in particular should show a big
speedup.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11161>
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.