On Thu, Aug 7, 2014 at 1:00 AM, Charles R Harris
<[email protected]> 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
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to