[Numpy-discussion] matrix multiplication

Matthew Brett matthew.brett at gmail.com
Fri Jun 5 18:09:12 EDT 2009


> I think something close to this would be possible:
> add dot as an array method.
>        A .dot(B) .dot(C)
> is not as pretty as
>        A * B * C
> but it is much better than
>        np.dot(np.dot(A,B),C)

That is much better.

Matthew



More information about the NumPy-Discussion mailing list