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 18:59:06 -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 #8, bug #60924 (project octave):

Since eigs() uses ARPACK underneath which is an iterative algorithm, the
choice of initial starting point will make a difference.  

You might try setting the initial location using field 'v0' of the option
structure and see if there is a value that always works.  Increasing the
number of basis vectors, field 'p', might also help.

Other options to try are 'maxit' for maximum iterations or reduce the
tolerance with 'tol'.

It may be that the error message is simply wrong.  It states that "dneupd:
DNAUPD did not find any eigenvalues to sufficient accuracy".  That part might
be true, and would simply mean that the user needs to adjust options to
achieve convergence.

The second part, "This should not happen.  Please, see
https://www.gnu.org/software/octave/bugs.html, and file a bug report" might be
incorrect.  Maybe for certain problems and combinations of input options
eigs() can fail to converge.

    _______________________________________________________

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]