# HG changeset patch # User Rik # Date 1312864315 25200 # Node ID 9f2679a1436686171d1facd918acf83d0347c31d # Parent 1eebae7ac5d2dcb4ad5d924ac9b87ed64ba18d8a# Parent 70e9ffbc4c763574b60c8d145e8250e1966b5b84 maint: Periodic merge of stable to default. diff -r 1eebae7ac5d2 -r 9f2679a14366 scripts/sparse/svds.m --- a/scripts/sparse/svds.m Mon Aug 08 11:19:09 2011 -0700 +++ b/scripts/sparse/svds.m Mon Aug 08 21:31:55 2011 -0700 @@ -251,8 +251,8 @@ %! s = s(idx); %! u = u(:,idx); %! v = v(:,idx); -%! randn ('state', 35); % Initialize to make normest function reproducible -%! rand ('state', 35) +%! randn ('state', 42); % Initialize to make normest function reproducible +%! rand ('state', 42) %! opts.v0 = rand (2*n,1); % Initialize eigs ARPACK starting vector %! % to guarantee reproducible results %!test