<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 7, 2014 at 11:12 AM, Björn Dahlgren <span dir="ltr"><<a href="mailto:bjodah@gmail.com" target="_blank">bjodah@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><p>I think the code needed for the general n dimensional case with m number of arrays<br>

is non-trivial enough for it to be useful to provide such a function in numpy</p></blockquote></div><br>As of version 1.8.1, I count 571 public names in numpy namespace:</div><div class="gmail_extra"><br></div><div class="gmail_extra">
<div class="gmail_extra">>>> len([x for x in dir(numpy) if not x.startswith('_')])</div><div class="gmail_extra">571</div><div class="gmail_extra"><br></div><div class="gmail_extra">Rather than adding 572nd name, we should investigate why it is "non-trivial enough" to express this using existing functions.</div>
</div></div>