#10733: Faster echelon form code for matrix_modn_sparse
--------------------------------+-------------------------------------------
   Reporter:  tornaria          |       Owner:  was            
       Type:  enhancement       |      Status:  positive_review
   Priority:  major             |   Milestone:  sage-4.7       
  Component:  linear algebra    |    Keywords:                 
     Author:  Gonzalo Tornaria  |    Upstream:  N/A            
   Reviewer:                    |      Merged:                 
Work_issues:                    |  
--------------------------------+-------------------------------------------

Comment(by tornaria):

 For the record, this is what I think could be used for mod2 sparse via
 dense:
 {{{
    dense = self.dense_matrix()
    dense.echelonize()
    self.set_block_unsafe(0, 0, dense)
 }}}
 The last step does the conversion from dense to sparse, and it's way
 faster than calling dense.matrix_sparse(), but it's still slow.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10733#comment:14>
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