diff scripts/sparse/spaugment.m @ 7687:795be0215bf7

spaugment: reduce test script tolerance
author Ben Abbott <bpabbott@mac.com>
date Thu, 03 Apr 2008 10:37:14 -0400
parents b1c1133641ee
children e2a179415bac
line wrap: on
line diff
--- a/scripts/sparse/spaugment.m	Thu Apr 03 00:01:07 2008 -0400
+++ b/scripts/sparse/spaugment.m	Thu Apr 03 10:37:14 2008 -0400
@@ -94,4 +94,4 @@
 %! [L, U, P, Q] = lu (s);
 %! x1 = Q * (U \ (L \ (P  * [ones(m,1); zeros(n,1)])));
 %! x1 = x1(end - n + 1 : end);
-%! assert (x1, x0, 1e-10)
+%! assert (x1, x0, 1e-6)