#4258: switch multiplication of dense matrices over finite prime fields to 
LinBox
----------------------------+-----------------------------------------------
 Reporter:  malb            |       Owner:  malb                  
     Type:  enhancement     |      Status:  new                   
 Priority:  major           |   Milestone:  sage-3.1.3            
Component:  linear algebra  |    Keywords:  linbox, linear algebra
----------------------------+-----------------------------------------------
 {{{
 sage: A = random_matrix(GF(3),2000,2000)
 sage: %time A*A
 2000 x 2000 dense matrix over Finite Field of size 3
 CPU time: 14.69 s,  Wall time: 15.08 s
 }}}

 {{{
 sage: %time A._multiply_linbox(A)
 2000 x 2000 dense matrix over Finite Field of size 3
 CPU time: 2.47 s,  Wall time: 2.55 s
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4258>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to