this is really, really, half of numpy.linalg works, the other half doesn't.

working functions:

cholesky
det
inv
norm
solve

non-working functions (they all hang at 100% cpu):

eig
eigh
eigvals
eigvalsh
pinv
lstsq
svd



I must be a total n00b to be the only person running into this problem :)

Cheers,

Chris

On Sat, Mar 28, 2009 at 2:42 PM, Chris Colbert <sccolb...@gmail.com> wrote:

> alright,
>
> so i solved the linking error by building numpy against the static atlas
> libraries instead of .so's.
>
> But my original problem persists. Some functions work properly, buy
> numpy.linalg.eig() still hangs.
>
> the build log is attached.
>
>
> Chris
>
>
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to