Mercurial > hg > octave-lyh
changeset 12935:9529392f020e
maint: periodic merge of stable to default
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 07 Aug 2011 09:59:39 -0700 |
parents | a499469b05a4 (current diff) 5d79384e3a1d (diff) |
children | b74cb659e757 |
files | scripts/sparse/svds.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/sparse/svds.m +++ b/scripts/sparse/svds.m @@ -251,8 +251,8 @@ %! s = s(idx); %! u = u(:,idx); %! v = v(:,idx); -%! randn('state',42); % Initialize to make normest function reproducible -%! rand('state',42) +%! randn ('state', 43); % Initialize to make normest function reproducible +%! rand ('state', 43) %! opts.v0 = rand (2*n,1); % Initialize eigs ARPACK starting vector %! % to guarantee reproducible results %!test