On Tue, Jan 12, 2010 at 4:11 PM, Jankins <andyjian430...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to