[Numpy-discussion] lack of memory?

Charles R Harris charlesr.harris at gmail.com
Wed Feb 18 00:23:48 EST 2009


On Tue, Feb 17, 2009 at 8:59 PM, Xiaoyu Chu <beryl.cxy at gmail.com> wrote:

> Hello Everyone,
>
>        I am trying to compute the eigenvalues of a matrix of size 200*200.
> What happened is that whenever I run the program, python dies, without
> showing an error message. The program works fine when the matrix size is
> small, like in 10s. Does anyone know if it is because of the memory issue or
> something else? By the way,  I am using the method linalg.eigvals(M)
>

Smells like Atlas/Lapack to me, 200*200 isn't that big. What platform are
you on?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090217/4301c0e0/attachment.html>


More information about the NumPy-Discussion mailing list