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

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

[Octave-bug-tracker] [bug #55132] make check fail at sparse/bicg.m


From: Rik
Subject: [Octave-bug-tracker] [bug #55132] make check fail at sparse/bicg.m
Date: Thu, 29 Nov 2018 17:13:07 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Update of bug #55132 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #2:

It's weird, however, that it is failing.  The third output of bicg is supposed
to be


RELRES is the ratio of the final residual to its initial
          value, measured in the Euclidean norm.


which in this case should be exactly


norm (b - A * x) / norm (b)


Could the original reporter edit the file bicg.m and change the test to


 assert (norm (A*x - b) / norm (b), 0, relres); 


and retest?

If that doesn't work then try this 


 assert (norm (b - A * x) / norm (b), 0, relres + eps);




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55132>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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