Re: [Numpy-discussion] A new matrix class

2008-05-11 Thread Keith Goodman
I added a wiki page: http://scipy.org/NewMatrixSpec ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] A new matrix class

2008-05-11 Thread Keith Goodman
On Sun, May 11, 2008 at 12:44 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > On Sun, May 11, 2008 at 1:01 PM, Keith Goodman <[EMAIL PROTECTED]> wrote: >> >> The most basic, and the most contentious, design decision of a new >> matrix class is matrix indexing. There seems to be two camps: >> >> 1

Re: [Numpy-discussion] A new matrix class

2008-05-11 Thread Charles R Harris
On Sun, May 11, 2008 at 1:01 PM, Keith Goodman <[EMAIL PROTECTED]> wrote: > The most basic, and the most contentious, design decision of a new > matrix class is matrix indexing. There seems to be two camps: > > 1. The matrix class should be more like the array class. In particular > x[0,:] should

[Numpy-discussion] A new matrix class

2008-05-11 Thread Keith Goodman
The most basic, and the most contentious, design decision of a new matrix class is matrix indexing. There seems to be two camps: 1. The matrix class should be more like the array class. In particular x[0,:] should return a 1d array or a 1d array like object that contains the orientation (row or co