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

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

[Octave-bug-tracker] [bug #47236] output of eigs() with 'sa' option diff


From: Rik
Subject: [Octave-bug-tracker] [bug #47236] output of eigs() with 'sa' option differs from Matlab
Date: Tue, 23 Feb 2016 17:36:24 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #47236 (project octave):

As a test example, I think this will do.


clear all
load yaleShieldBig
L = lap(A);
[v,d] = eigs(L, 3, 'sa');
save tstdata.mat


Upload the file tstdata.mat which will have the matrices before and after the
call to eigs.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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