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

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

[Octave-bug-tracker] [bug #53140] Solution of a system of linear equatio


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #53140] Solution of a system of linear equations takes forever and hurts OS performance.
Date: Fri, 2 Mar 2018 03:00:30 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #34, bug #53140 (project octave):

@Carlo: sorry for the noise. I realized that it is my system which is simply
unreliable with cpu times. Or my test, which is


load 'linsolve_test.mat'
x = A\b;
tic,for i = 1:5,x=A\b;,end,toc


I would like to prepare a patch for default which implements points 2)-4) in
comment #24. But I wait for some feedback on the available patch.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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