Re: [Numpy-discussion] To wrap or not to wrap.

2008-04-27 Thread Charles R Harris
On Sat, Apr 26, 2008 at 10:41 PM, Charles R Harris < [EMAIL PROTECTED]> wrote: > > > On Sat, Apr 26, 2008 at 10:31 PM, Robert Kern <[EMAIL PROTECTED]> > wrote: > > > On Sat, Apr 26, 2008 at 11:23 PM, Charles R Harris > > <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > > > I'm working through the

Re: [Numpy-discussion] To wrap or not to wrap.

2008-04-26 Thread Charles R Harris
On Sat, Apr 26, 2008 at 10:31 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Sat, Apr 26, 2008 at 11:23 PM, Charles R Harris > <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I'm working through the linalg module. There is currently variation as > to > > whether or not eigenvalues/singular_values/

Re: [Numpy-discussion] To wrap or not to wrap.

2008-04-26 Thread Robert Kern
On Sat, Apr 26, 2008 at 11:23 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm working through the linalg module. There is currently variation as to > whether or not eigenvalues/singular_values/residuals, are returned as > arrays or as matrices. I'm leaning towards making them all

[Numpy-discussion] To wrap or not to wrap.

2008-04-26 Thread Charles R Harris
Hi All, I'm working through the linalg module. There is currently variation as to whether or not eigenvalues/singular_values/residuals, are returned as arrays or as matrices. I'm leaning towards making them all matrices. But I expect masked arrays will also be preserved and I don't know what that