I guess I can't blame lapack. My system has atlas so I recompiled numpy 
pointing to atlas. Now

id(numpy.dot) == id(numpy.core.multiarray.dot) is False

However when I run decomp.svd on a 25 by 25 identity matrix, it hangs when 
gesdd is called (line 501 of linalag/decomp.py)

Anybody else seeing this?

Mathew




_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to