[Numpy-discussion] performance solving system of equations in numpy and MATLAB

Daπid davidmenhur at gmail.com
Thu Dec 17 06:00:33 EST 2015


On 16 December 2015 at 18:59, Francesc Alted <faltet at gmail.com> wrote:

> Probably MATLAB is shipping with Intel MKL enabled, which probably is the
> fastest LAPACK implementation out there.  NumPy supports linking with MKL,
> and actually Anaconda does that by default, so switching to Anaconda would
> be a good option for you.


A free alternative is OpenBLAS. I am getting 20 s in an i7 Haswell with 8
cores.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20151217/c733053e/attachment.html>


More information about the NumPy-Discussion mailing list