[SciPy-dev] numpy.broadcast

David Goldsmith d_l_goldsmith at yahoo.com
Wed Aug 5 16:01:23 EDT 2009


--- On Wed, 8/5/09, Robert Kern <robert.kern at gmail.com> wrote:

> It is necessarily == D. Broadcasting is associative. 

Ah, that's the key I didn't understand!  That helps (me) a lot; I'm going to make a "Note" of it in numpy.broadcast's docstring.

DG

> The
> (x*y*z).shape
> == (x*(y*z)).shape == ((x*y)*z).shape.
> 
> -- 
> Robert Kern
> 
> "I have come to believe that the whole world is an enigma,
> a harmless
> enigma that is made terrible by our own mad attempt to
> interpret it as
> though it had an underlying truth."
>   -- Umberto Eco
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
> 


      



More information about the SciPy-Dev mailing list