[Numpy-discussion] matrices in 1.1

Alan G Isaac aisaac at american.edu
Fri Mar 21 20:39:30 EDT 2008


On Sat, 22 Mar 2008, Nadav Horesh apparently wrote:
>>>> A*v 
...
> ValueError: objects are not aligned 

This is just how I want matrices to act!

If A is   m׳n, then v should be  n׳1
for A*v to be defined.  Anything else
is trouble waiting to happen.

But it seems that Charles's proposal would
make life more convenient for you...

Cheers,
Alan Isaac






More information about the NumPy-Discussion mailing list