[SciPy-user] matrix inversion time (Python vs MATLAB)

Sturla Molden sturla at molden.no
Fri Jan 9 14:57:17 EST 2009


> zzzz wrote:

> Which lapack are you using for numpy ?

Or which BLAS?

Matlab ships with Intel MKL, at least on Windows. NumPy comes with ATLAS
(I think), which may not be optimized properly for the hardware. Bottom
line: Build libraries like NumPy from source. If you have an Intel
processor, consider buying an MKL license.







More information about the SciPy-User mailing list