ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scipy-dev
scipy-dev
[SciPy-dev] Current status of arpack.speigs.eigvals
by Nils Wagner other posts by this author
Nov 20 2006 5:07AM messages near this date
[SciPy-dev] ARPACK Wrapper update | Re: [SciPy-dev] Current status of arpack.speigs.eigvals
Hi all,

I am wondering if arpack.speigs.eigvals is ready to compute eigenvalues.

a = random.rand(10,10)
matvec = lambda x:dot(a,x)
nev = 4
ncv = 2*nev
w1,v1 = arpack.speigs.eigvals(matvec,a.shape[0],nev=nev,ncv=ncv)

Traceback (most recent call last):
  File "test_eigs.py", line 34, in ?
    w1,v1 = arpack.speigs.eigvals(matvec,a.shape[0],nev=nev,ncv=ncv)
  File
"/usr/lib64/python2.4/site-packages/scipy/sandbox/arpack/speigs.py",
line 71, in eigvals
    if info != 0: raise "Hell" # Indicates some error during the
Arnouldi iterations
Hell
 

Am I missing something ?


       Nils

_______________________________________________
Scipy-dev mailing list
Scipy-dev@[...].org
http://projects.scipy.org/mailman/listinfo/scipy-dev
Thread:
Nils Wagner
Neilen Marais

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved