octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #40268] Octave row max is slow on sparse matri


From: David Bateman
Subject: [Octave-bug-tracker] [bug #40268] Octave row max is slow on sparse matrices
Date: Thu, 17 Oct 2013 22:51:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Update of bug #40268 (project octave):

             Assigned to:                    None => dbateman               

    _______________________________________________________

Follow-up Comment #2:

The min/max function is looking for the first zero element in each row of the
sparse matrix and is doing this with an expensive triple loop in dSparse.cc.
I'm looking at it, but don't quite see the best way around this speed problem.
I'd rather not just transpose the problem, as that creates a copy the original
matrix which might be a bad thing if the matrix is large.

David


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40268>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]