On Wed, Apr 3, 2013 at 5:11 PM, [email protected] <[email protected]
> wrote:

> Agree with the row-vector and column-vector thing. I notice that in
> ndarray multiplication, the 1-d array is treated as a column-vector. But
> in matrix multiplication, 1-d array is converted to a row-vector. So just
> match the 1-d array to a column-vector, the behavior of ndarray and
> matrix will be consistent.
>
>
If someone is motivated to write some code it might not be too difficult to
get it in. I don't know what the backwards compatibility problem would be,
however. Maybe someone could put together a separate matrix package based
on numpy for teaching purposes.

<snip>

Chuck
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to