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

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

[Octave-bug-tracker] [bug #45890] Sparse A*x and A+B are a bit slow


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #45890] Sparse A*x and A+B are a bit slow
Date: Fri, 11 Sep 2015 13:51:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

Follow-up Comment #8, bug #45890 (project octave):

Looking at SPARSE_FULL_MUL, the only thing I notice is 


octave_quit ();


inside the loop over the number of rows of the second term of the
multiplication (a vector in the test we are considering). I guess it allows to
interrupt the calculation with a Ctrl+C. How much does it take? Wouldn't it
enough to move it in the previous loop?

Marco

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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