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

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

[Octave-patch-tracker] [patch #7463] add the gmres and mgorth functions


From: Rik
Subject: [Octave-patch-tracker] [patch #7463] add the gmres and mgorth functions
Date: Fri, 11 Mar 2011 04:16:12 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.04 (lucid) Firefox/3.6.15

Follow-up Comment #2, patch #7463 (project octave):

I took a look at the code and made some changes necessary before importing it
into the core.  One issue I have is that the built-in tests occasionally fail.
 I "fixed" the issue for gmres by saving/restoring the random seed and always
using the same random values for the test.  However, I'm not sure if this is
the best approach.  Do you expect the algorithm to occasionally exceed the
tolerance?  If so, should the test be written with a fixed set of input
vectors?

To see the problem, try something like this:

pass = 0;
for i = 1:100
  pass += test ("gmres");
endfor


A new patch, mgorth_gmres_take5.changeset, is attached.

(file #22892)
    _______________________________________________________

Additional Item Attachment:

File name: mgorth_gmres_take5.changeset   Size:13 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7463>

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




reply via email to

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