[Numpy-discussion] a.T

Pierre GM pgmdevlist at gmail.com
Tue Dec 12 19:11:35 EST 2006


On Tuesday 12 December 2006 19:02, Charles R Harris wrote:
> Hi all,
>
> I'm curious about the error thrown when I use a.T as the left side of a
> multiply assign. I

Chuck, if you keep in mind that .T is a shortcut for .transpose(), you'll 
understand why you can't assign to a function call.



More information about the NumPy-Discussion mailing list