[Numpy-discussion] TypeError: 'module' object is not callable
Arnar Flatberg
arnar.flatberg@gmail....
Tue Jan 12 09:19:38 CST 2010
On Tue, Jan 12, 2010 at 4:11 PM, Jankins <andyjian430074@gmail.com> wrote:
Hi
On my Ubuntu, I would reach the arpack wrapper as follows:
from scipy.sparse.linalg.eigen.arpack import eigen
However, I'd guess that you deal with a symmetric matrix (Laplacian or
adjacency matrix), so the symmetric solver might be the best choice.
This might be reached by:
In [29]: from scipy.sparse.linalg.eigen.arpack import eigen_symmetric
In [30]: scipy.__version__
Out[30]: '0.7.0'
Arnar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20100112/60e5f6ca/attachment.html
More information about the NumPy-Discussion
mailing list