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: Marco Caliari
Subject: [Octave-bug-tracker] [bug #54399] test eigs fail
Date: Sun, 29 Jul 2018 10:29:17 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

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

@Dmitri: your tests work for me. What happens if you replace


Afun = @(x) A\x;


with


[L,U,P] = lu(A);
Afun = @(x) U\(L\(P*x));


Do you confirm that the BIST with "LM" option (instead of "SM") work for you?

    _______________________________________________________

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]