[Numpy-discussion] gesdd hangs

Mathew Yeates myeates at jpl.nasa.gov
Wed Aug 29 17:53:42 EDT 2007


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







More information about the NumPy-Discussion mailing list