#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: | Merged in: | sage-4.3.rc0 | |
Authors: | Dag Sverre Seljebotn | Reviewers: | William Stein |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
64-bit only
Due to unfortunate parenthesis, it is possible to create 231 by 10-matrices, but not 10 by 231. See patch.
Attachments (2)
Change History (6)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Description modified (diff)
- Status changed from new to needs_review
- 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 11 years ago by
- Status changed from needs_review to positive_review
Changed 11 years ago by
comment:3 Changed 11 years ago by
- Merged in set to sage-4.3.rc0
- Resolution set to fixed
- Reviewers set to William Stein
- Status changed from positive_review to closed
comment:4 Changed 11 years ago by
- Milestone set to sage-4.3
Note: See
TracTickets for help on using
tickets.
Thanks for finding this. Positive review.
I had to rebase the patch for sage-4.3.alpha1; rebased patch attached.