On Tue, Apr 29, 2008 at 10:11 AM, Alan G Isaac <[EMAIL PROTECTED]> wrote:
> indexing should should work just like ndarray indexing,
> except that when it produces a 2d result then a matrix
> is returned.  (This means giving up the current behavior
> of ``x[0,:]``.)

I often use x[i,:] and x[:,i] where x is a matrix and i is a scalar. I
hope this continues to return a matrix.
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to