# HG changeset patch # User David Bateman # Date 1251831855 -7200 # Node ID a32f70d8d146706a1a4496e5defb93a6e9352ae4 # Parent f26229391ea1b556d3de7a48ab9a30fc426ff68b Minor typo in new eigs.cc test diff -r f26229391ea1 -r a32f70d8d146 src/DLD-FUNCTIONS/eigs.cc --- a/src/DLD-FUNCTIONS/eigs.cc Tue Sep 01 14:36:16 2009 -0400 +++ b/src/DLD-FUNCTIONS/eigs.cc Tue Sep 01 21:04:15 2009 +0200 @@ -837,7 +837,7 @@ %! assert (d1, eigs(A,k,4.1), 1e-11); %!testif HAVE_ARPACK %! AA = speye (10); -%! fn = @(x) A * x; +%! fn = @(x) AA * x; %! opts.issym = 1; opts.isreal = 1; %! assert (eigs (fn, 10, AA, 3, 'lm', opts), [1; 1; 1]); %!testif HAVE_ARPACK