Ticket #7638 (closed defect: fixed)
Cannot create big matrix on 64-bit system
| Reported by: | dagss | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.3 |
| Component: | linear algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | William Stein |
| Authors: | Dag Sverre Seljebotn | Merged in: | sage-4.3.rc0 |
| Dependencies: | Stopgaps: |
Description (last modified by dagss) (diff)
64-bit only
Due to unfortunate parenthesis, it is possible to create 231 by 10-matrices, but not 10 by 231. See patch.
Attachments
Change History
comment:1 Changed 3 years ago by dagss
- Status changed from new to needs_review
- Description modified (diff)
- Summary changed from [with patch, needs review] Cannot create big matrix on 64-bit system to Cannot create big matrix on 64-bit system
comment:2 Changed 3 years ago by was
- Status changed from needs_review to positive_review
Thanks for finding this. Positive review.
I had to rebase the patch for sage-4.3.alpha1; rebased patch attached.
Note: See
TracTickets for help on using
tickets.

