[Numpy-discussion] Preliminary thoughts on implementing __matmul__

Nathaniel Smith njs at pobox.com
Wed Aug 6 20:05:22 EDT 2014


On Thu, Aug 7, 2014 at 1:00 AM, Charles R Harris
<charlesr.harris at gmail.com> wrote:
>
> Just to be clear, the '@' broadcasting differs from
> the dot broadcasting, agreed?

Right, np.dot does the equivalent of ufunc.outer (i.e., not
broadcasting at all), while @ broadcasts.

-n

-- 
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org



More information about the NumPy-Discussion mailing list