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

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

[Octave-bug-tracker] [bug #54399] test eigs fail


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #54399] test eigs fail
Date: Mon, 30 Jul 2018 09:05:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #11, bug #54399 (project octave):

Yes, LU factorization solves both failing tests. 

Without LU I see only one failure in eigs test.
With openblas this is 


 A = rand (10);
 B = rand (10);
 


with ref blas this is



 A = rand (10) + 1i * rand (10);
 B = rand (10) + 1i * rand (10);



but apparently some debian buildbots fails both of those tests 
with whatever blas library they are using.

Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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