#5193: [with patch, needs review] maximum allowed matrix size is too big
----------------------------+-----------------------------------------------
Reporter: cwitty | Owner: was
Type: defect | Status: new
Priority: minor | Milestone: sage-3.3
Component: linear algebra | Keywords:
----------------------------+-----------------------------------------------
On a 32-bit computer, {{{MatrixSpace}}} will let you create a matrix space
with up to 2^32^-1 rows or columns. But we use Py_ssize_t for matrix
indices, which can only hold numbers up to 2^31^-1.
Patch attached; all doctests pass on a 64-bit computer, and
.../matrix_space.py doctests pass on a 32-bit computer.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5193>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---