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

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

[Octave-bug-tracker] [bug #48085] Slow solving simultaneous equations by


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #48085] Slow solving simultaneous equations by LU decomposition for octave 4 on windows
Date: Mon, 20 Jun 2016 03:06:29 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36

Follow-up Comment #16, bug #48085 (project octave):


I have executed the same script on Ubunu 14.04 LTS amd64
(Athlon X2 (old))
All versions are built from source using the same libraries.

3.8.2

Simple left division
Elapsed time is 27.0865 seconds.
LU decomposition
c=P*B
Elapsed time is 0.09763 seconds.
y=L\c
Elapsed time is 9.60967 seconds.
x=U\y
Elapsed time is 9.72021 seconds.



4.0.2

Simple left division
Elapsed time is 26.9563 seconds.
LU decomposition
c=P*B
Elapsed time is 0.107472 seconds.
y=L\c
Elapsed time is 9.70008 seconds.
x=U\y
Elapsed time is 9.71262 seconds.



4.1.0+

Simple left division
Elapsed time is 26.8803 seconds.
LU decomposition
c=P*B
Elapsed time is 0.092479 seconds.
y=L\c
Elapsed time is 9.71794 seconds.
x=U\y
Elapsed time is 9.85034 seconds.


On linux results are essentially the same for 3.8.2, 4.0.2 and 4.1.0+.

Now issue is narrowed to 4.1.0+ on windows.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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