#12499: The density() function of a sparse matrix looks at every matrix entry
------------------------------+---------------------------------------------
   Reporter:  jason           |          Owner:  jason, was  
       Type:  defect          |         Status:  needs_review
   Priority:  major           |      Milestone:  sage-5.0    
  Component:  linear algebra  |       Keywords:              
Work_issues:                  |       Upstream:  N/A         
   Reviewer:                  |         Author:              
     Merged:                  |   Dependencies:              
------------------------------+---------------------------------------------

Comment(by ppurka):

 Replying to [comment:5 jason]:
 > (It may very well be that replacing the matrix2.pyx version is much
 slower because then it has to store and return a huge list of
 nonzero_positions...)

 I think you are right there. Returning a huge list will be computationally
 intensive - the code will be nearly similar to the current code in
 matrix2.pyx, requiring two `for` loops (see `nonzero_positions` in
 matrix0.pyx. And the list itself will also gobble up tons of memory. The
 current method seems best for general matrices.

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