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

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

[Octave-bug-tracker] [bug #53700] eigs test failure related to ARPACK ge


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53700] eigs test failure related to ARPACK generating real NaN rather than complex NaN+1i*NaN
Date: Fri, 20 Apr 2018 02:22:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of bug #53700 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #12:

I can't reproduce on Ubuntu 18.04. Building with OpenBLAS, all tests pass, and
I get


>> A = magic (100) / 10 + eye (100);
>> opts.v0 = (1:100)';
>> opts.maxit = 10;
>> d = eigs (A, 10, "sm", opts);
warning: eigs: Only 4 of the 10 requested eigenvalues converged
warning: called from
    eigs at line 265 column 18
>> idx = find (d == d);
>> d(idx)
ans =

   1.00000 + 0.00000i
   1.00000 - 0.00000i
   1.00000 + 0.00000i
   1.00000 - 0.00000i

>> imag (d(idx))
ans =

   2.2485e-13
  -2.2485e-13
   1.1523e-12
  -1.1523e-12



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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