Jeremy Howard wrote: > To be honest, I don't really get the point of stuff like NumPy's "NewAxis", > so I might be misunderstanding your proposal. But at least for your It's just another way to specify how implicit loops of a scalar operation are iterated over array elements (TIMTWTDI). Very much along the lines of PDL threading. It would just be a nice shortcut for some things. Christian
- RFC 81 and broadcasting Christian Soeller
- Re: RFC 81 and broadcasting Jeremy Howard
- Christian Soeller