On Fri, Jun 05, 2009 at 06:02:09PM -0400, Alan G Isaac wrote:
> 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)

> In fact it is so much better, that it
> might (?) be worth considering separately
> from the entire matrix discussion.

I am +1e4 on that proposition.

My 1e-2 euros.

Gaƫl
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to