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

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

[Octave-bug-tracker] [bug #60924] DNAUPD did not find any eigenvalues to


From: Rik
Subject: [Octave-bug-tracker] [bug #60924] DNAUPD did not find any eigenvalues to sufficient accuracy
Date: Fri, 16 Jul 2021 19:11:27 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36

Follow-up Comment #9, bug #60924 (project octave):

I just answered my own question.  I changed the code to


opts.isreal = true;
opts.maxit = 500;


and now it passes every time.

Similarly, making this change


opts.isreal = true;
opts.tol = 1000*eps ();


allows the code to pass every time.

I changed the level of debug output using


opts.disp = 2;
opts.maxit = 500;


When I run I see that the required number of iterations is usually around 325,
although I still get very occasional failures where the iteration count
reaches 500.

I think the error message just needs to be re-worked to suggest that users
adjust some of the parameters in order to have a better shot at convergence.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60924>

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




reply via email to

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