octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debug output of eigs?


From: Keith Goodman
Subject: Re: debug output of eigs?
Date: Wed, 18 May 2005 07:54:47 -0700

On 5/18/05, David Bateman <address@hidden> wrote:
> In implementing eigs and trying to make it matlab compatible I've run
> across an issue with the debugging output when opts.disp > 0 (default
> value of 1 in matlab).

For what it's worth, I always set opts.disp to zero since I'm calling
eigs hundreds of time and since I don't understand what the output
means anyway.

My typical call is

OPTS.disp = 0;
[eigvec,eigval] = eigs(x,n,'LM',OPTS);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]