changeset 26161:a61d3d3463e0

maint: merge stable to default.
author Rik <rik@octave.org>
date Mon, 03 Dec 2018 08:54:07 -0800
parents aa678451b758 (current diff) b9debf4436aa (diff)
children ef1ef6364a6a
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/bicg.m	Sun Dec 02 17:21:09 2018 +0100
+++ b/scripts/sparse/bicg.m	Mon Dec 03 08:54:07 2018 -0800
@@ -533,7 +533,7 @@
 %! b = sum (A, 2);
 %! M = magic (5);
 %! [x, flag, relres] = bicg (A, b, [], 2, M);
-%! assert (norm (b - A * x) / norm (b), 0, relres);
+%! assert (norm (b - A * x) / norm (b), 0, relres + eps);
 
 ## Preconditioned technique
 %!testif HAVE_UMFPACK