[Numpy-discussion] Speed of matrix multiplication

Stéfan van der Walt stefan at sun.ac.za
Sun Apr 20 15:41:33 EDT 2008


On 20/04/2008, Keith Goodman <kwgoodman at gmail.com> wrote:
> Why is a.T*b slower than M.dot(a.T, b)? Does it take longer to parse
>  or something?

Looks like a bit of overhead.  If I change the number of elements from
500 to 500000, the difference disappears.

Regards
Stéfan



More information about the NumPy-Discussion mailing list