[SciPy-User] linalg.eigh hangs only after importing sparse module

Dan Yamins dyamins at gmail.com
Mon Mar 19 15:20:44 EDT 2012


Your matrix X  is not symmetric.
>

This is not the problem.   (Even if that were the problem, it wouldn't
cause a hang -- docs say "no error will be reported but results will be
wrong".)

In fact, the same hang happens on the installation which originally had
this problem if you replace X with X = np.dot(X, X.T) so that the matrix is
symmetric.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120319/f605ea89/attachment.html>


More information about the SciPy-User mailing list