[NumPy-Tickets] [NumPy] #1456: add ``dot`` as array method
NumPy Trac
numpy-tickets@scipy....
Fri Apr 16 14:26:42 CDT 2010
#1456: add ``dot`` as array method
-------------------------+--------------------------------------------------
Reporter: aisaac | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Keywords: |
-------------------------+--------------------------------------------------
Having ``dot`` as an array method would make many expressions much more
readable. E.g.,
a .dot (b) .dot (c)
instead of
np.dot(np.dot(a,b),c)
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1456>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list