changeset 11741:926db0b4ccb5 release-3-0-x

increase testqr tolerance in test/test_linalg.m
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 03 Apr 2008 14:19:59 +0200
parents 72830070a17b
children 9f83fb63f764
files test/test_linalg.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/test_linalg.m
+++ b/test/test_linalg.m
@@ -236,7 +236,7 @@
 
 %% test/octave.test/linalg/qr-7.m
 %!function retval = testqr (q, r, a, p)
-%!  tol = 10*eps;
+%!  tol = 100*eps;
 %!  retval = 0;
 %!  if (nargin == 3)
 %!    n1 = norm (q*r-a);