#4260: use LinBox as native matrix representation for dense matrices over GF(p)
-----------------------------------------------------------+----------------
Reporter: malb | Owner:
cpernet
Type: enhancement | Status:
needs_review
Priority: major | Milestone:
sage-4.8
Component: linear algebra | Resolution:
Keywords: linbox, linear algebra, sd32, sd34 | Work_issues:
Upstream: N/A | Reviewer:
Burcin Erocal, Simon King, Martin Albrecht
Author: Burcin Erocal, Martin Albrecht, Rob Beezer | Merged:
Dependencies: |
-----------------------------------------------------------+----------------
Comment(by jdemeyer):
Why do you write
{{{
ceil(sqrt(2^31-1)) < 2^23
}}}
It is a true statement, but where does the "23" come from? You could
write
{{{
ceil(sqrt(2^31-1)) = 46341
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4260#comment:41>
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.