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

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

[Octave-bug-tracker] [bug #49523] eigs (R2013b and later) uses NaNs, not


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #49523] eigs (R2013b and later) uses NaNs, not zeros, for unconverged Ritz values
Date: Thu, 30 Nov 2017 10:52:26 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #27, bug #49523 (project octave):

@Dmitri: can you tell me the result of


A = 1i * magic (100) + eye (100);
opts.v0 = (1:100)';
opts.maxit = 7;
d = eigs (A, 10, "sm", opts)


But is it worth/possible to try to construct a set of examples working (that
is, with eigs failing) with any possible combination of blas/lapack/arpack
libraries?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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