Error using eigs: Error with ARPACK routine dnaupd
显示 更早的评论
Hi, I'm trying to use a script using eigs function:
opts.disp=0;
[v d]=eigs(A,B,k,'lm',opts);
[Note: the original function used `la`, but my matrix doesn't seem symetrical]
Here's the error message I received: ??? Error using ==> eigs at 255 Error with ARPACK routine dnaupd: info = -9999 [Note: it's the same error message whereas i`m using `lm`, `lr`or `li`(I'm a real newbie..)]
Thanks
Marie-Andrée
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Algebra 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!