Ticket #4823 (closed defect: fixed)
[with patch, positive review] better fix for determinant bug with speed regression fix
| Reported by: | robertwb | Owned by: | was |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.2.2 |
| Component: | linear algebra | Keywords: | |
| Cc: | cpernet | Work issues: | |
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
The fix at #3887 computes way to many primes, making det and hnf very slow. The attached patch resolves this issue and still gives correct output.
Attachments
Change History
comment:2 Changed 4 years ago by cpernet
- Status changed from new to closed
- Resolution set to fixed
- Summary changed from [with patch, needs review] to [with patch, positive review]
Patch looks correct and passes doctests.
comment:3 Changed 4 years ago by craigcitro
- Status changed from closed to reopened
- Resolution fixed deleted
I think we need to leave this as "open" until mabshoff merges the patch.
comment:6 Changed 4 years ago by craigcitro
- Summary changed from [with patch, positive review] to [with patch, positive review] better fix for determinant bug
Note: See
TracTickets for help on using
tickets.

