[Numpy-discussion] eig hangs
Robert Hetland
hetland at tamu.edu
Thu Jun 8 15:31:31 EDT 2006
I set up a linux machine without BLAS, LAPACK, ATLAS, hoping that
lapack_lite would take over. For the moment, I am not concerned
about speed -- I just want something that will work with small
matricies. I installed numpy, and it passes all of the tests OK, but
it hangs when doing eig:
u, v = linalg.eig(rand(10,10))
# ....lots of nothing....
Do you *need* the linear algebra libraries for eig? BTW, inverse
seems to work fine.
-Rob
-----
Rob Hetland, Assistant Professor
Dept of Oceanography, Texas A&M University
p: 979-458-0096, f: 979-845-6331
e: hetland at tamu.edu, w: http://pong.tamu.edu
More information about the NumPy-Discussion
mailing list