#13500: Kernels for dense matrices mod p
------------------------------+---------------------------------------------
   Reporter:  malb            |             Owner:  jason, was
       Type:  enhancement     |            Status:  new       
   Priority:  major           |         Milestone:  sage-5.4  
  Component:  linear algebra  |          Keywords:            
Work issues:                  |   Report Upstream:  N/A       
  Reviewers:                  |           Authors:            
  Merged in:                  |      Dependencies:            
   Stopgaps:                  |  
------------------------------+---------------------------------------------
 This seems too slow:

 {{{
 sage: A = random_matrix(GF(127),4000,5000)
 sage: %time _ = A.echelon_form() # okay
 CPU times: user 8.07 s, sys: 0.13 s, total: 8.20 s
 Wall time: 8.24 s
 sage: %time A.right_kernel() # slow!
 CPU times: user 56.33 s, sys: 0.23 s, total: 56.56 s
 Wall time: 56.83 s
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13500>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
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