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: Leonardo
Subject: [Octave-bug-tracker] [bug #55132] make check fail at sparse/bicg.m
Date: Mon, 3 Dec 2018 06:55:32 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

Follow-up Comment #3, bug #55132 (project octave):

Following Rik's suggestions, when I changed bicg.m to

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

it fails, but PASS when I changed to

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]