On Thu, Mar 13, 2014 at 1:35 PM, Leo Mao <lmao20...@gmail.com> wrote:
>>
> And I found that maybe I can also make some functions related to linalg
> (like dot, svd or something else) faster by integrating a proper library
> into numpy.

I think everyone who wants fast numpy linalg already connects to
something like OpenBLAS or MKL.  When these are not available, numpy
uses its own "lapack-lite" which is way slower.  I don't think you are
going to beat OpenBLAS, so are you suggesting to speed up the slow
default "lapack-lite", or are you proposing something else?
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to