[Numpy-discussion] Class to experiment with '@'

Charles R Harris charlesr.harris at gmail.com
Sun Aug 3 17:48:06 EDT 2014


On Sun, Aug 3, 2014 at 1:26 PM, Charles R Harris <charlesr.harris at gmail.com>
wrote:

> <snip>
>
> Oops, corrected version attached. I think we need generalized functions in
> linalg for mat x mat, mat x vec, and vec x mat, and versions that also work
> for object arrays. I've used einsum in the attached file for the products,
> but it doesn't work for object arrays.
>
> This work is mainly to have a prototype version for the matmul operator
> that  can be used to verify behavior and write some tests.
>
>
Another fix :(

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140803/ac88f77d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: matmul.py
Type: text/x-python
Size: 937 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140803/ac88f77d/attachment.py>


More information about the NumPy-Discussion mailing list