Re: RFC 81 and broadcasting
[email protected] (Christian Soeller) Wed, 13 Sep 2000 11:39:22 +1200
| Newsgroups | perl.perl6.language.data |
|---|---|
| Organization | University of Auckland |
| Message-ID | <[email protected]> |
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