[Numpy-discussion] einsum

Mark Wiebe mwwiebe at gmail.com
Wed Jan 26 17:43:14 EST 2011


On Wed, Jan 26, 2011 at 2:01 PM, Joshua Holbrook <josh.holbrook at gmail.com>wrote:

> <snip>
> How closely coupled is this new code with numpy's internals? That is,
> could you factor it out into its own package? If so, then people could
> have immediate use out of it without having to integrate it into numpy
> proper.


The code depends heavily on the iterator I wrote, and I think the idea
itself depends on having a good dynamic multi-dimensional array library.
 When the numpy-refactor branch is complete, this would be part of
libndarray, and could be used directly from C without depending on Python.

-Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110126/7ba6ac3d/attachment.html>


More information about the NumPy-Discussion mailing list