On 8/29/07, Mathew Yeates <[EMAIL PROTECTED]> wrote:
>
> 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?


What do you mean by hang?

Chuck
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to