#4753: [with patch, needs review] make sparse * sparse = dense mod p like 50
frickin' times faster.
----------------------------+-----------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: critical | Milestone: sage-3.2.4
Component: linear algebra | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Changes (by craigcitro):
* summary: [with patch, needs work] make sparse * sparse = dense mod p
like 50 frickin' times faster. => [with patch,
needs review] make sparse * sparse = dense mod
p like 50 frickin' times faster.
Comment:
Ok, new patch should fix that. The problem was fairly straightforward: we
didn't think to test in the case of `GF(2)`, and in that case, the actual
type for the result (`matrix_mod2_dense`) wasn't a subclass of
`matrix_modn_dense`, so we were rightfully getting a type error.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4753#comment:11>
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
-~----------~----~----~----~------~----~------~--~---