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

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

[Octave-bug-tracker] [bug #46683] test svds fails


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #46683] test svds fails
Date: Wed, 16 Dec 2015 15:03:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #10, bug #46683 (project octave):

For point #3, it might be that I can write a fortran test to check the wrong
behavior of ARPACK<=3.1.5. My idea is something like


i = 0;
while 1
  fix the random seed to i;
  generate the initial random vector x0
  run arpack to compute eigenvalues and eigenvectors for a possibly small
case
  if the dneupd bug is triggered, print x0, break
  else i++
end


In principle, now I have an initial vector x0, which can be hard-coded, which
triggers the bug.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/




reply via email to

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