On Sun, Aug 14, 2011 at 09:15:35PM +0200, Charanpal Dhanjal wrote:
> Incidentally, I am confused as to why numpy calls the lapack lite 
> routines - when I call numpy.show_config() it seems to have detected my 
> ATLAS libraries and I would have expected it to use those.

My rule of thumb is to never use numpy for linear algebra, but only
scipy. It avoids such confusions that I have seen so often, including
with my colleagues.

My 2 cents,

Gael
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to