Mercurial > hg > octave-nkf
diff scripts/sparse/spstats.m @ 7287:3f29467c1667
[project @ 2007-12-11 17:03:32 by jwe]
author | jwe |
---|---|
date | Tue, 11 Dec 2007 17:03:33 +0000 |
parents | e1c865f21751 |
children | f3c00dc0912b |
line wrap: on
line diff
--- a/scripts/sparse/spstats.m +++ b/scripts/sparse/spstats.m @@ -59,6 +59,6 @@ %!test %! [n,m,v] = spstats([1 2 1 2 3 4],[2 2 1 1 1 1]); -%! assert(n,sparse([4,2],1)); -%! assert(m,sparse([10/4,3/2],1),10*eps); -%! assert(v,sparse([5/3,1/2],1),10*eps); +%! assert(n,sparse([4,2])); +%! assert(m,sparse([10/4,3/2]),10*eps); +%! assert(v,sparse([5/3,1/2]),10*eps);