From: Robert H. <he...@ta...> - 2006-06-08 19:30:52
|
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: he...@ta..., w: http://pong.tamu.edu |