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
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
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
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