Re: [Numpy-discussion] Dealing with the mode argument in qr.

2013-02-06 Thread Charles R Harris
On Wed, Feb 6, 2013 at 1:38 PM, Bradley M. Froehle wrote: > > This would be a problem imho. But I don't see why you can't add "raw" to >>> numpy's qr. And if you add "big" and "thin" in numpy, you can add those >>> modes in scipy too. >>> >> >> Currently I've used bfroehle's suggestions, although

Re: [Numpy-discussion] Dealing with the mode argument in qr.

2013-02-06 Thread Bradley M. Froehle
> This would be a problem imho. But I don't see why you can't add "raw" to >> numpy's qr. And if you add "big" and "thin" in numpy, you can add those >> modes in scipy too. >> > > Currently I've used bfroehle's suggestions, although I'm tempted by 'thin' > instead of 'reduced' > Thin sounds fine t

Re: [Numpy-discussion] Dealing with the mode argument in qr.

2013-02-06 Thread Charles R Harris
On Wed, Feb 6, 2013 at 12:17 PM, Ralf Gommers wrote: > > > > On Wed, Feb 6, 2013 at 3:44 PM, Benjamin Root wrote: > >> >> >> On Tue, Feb 5, 2013 at 4:23 PM, Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> Hi All, >>> >>> This post is to bring the discussion of PR >>> #2965

Re: [Numpy-discussion] Dealing with the mode argument in qr.

2013-02-06 Thread Ralf Gommers
On Wed, Feb 6, 2013 at 3:44 PM, Benjamin Root wrote: > > > On Tue, Feb 5, 2013 at 4:23 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> Hi All, >> >> This post is to bring the discussion of PR >> #2965to the attention of the list. >> Ther

Re: [Numpy-discussion] Dealing with the mode argument in qr.

2013-02-06 Thread Benjamin Root
On Tue, Feb 5, 2013 at 4:23 PM, Charles R Harris wrote: > Hi All, > > This post is to bring the discussion of PR > #2965to the attention of the list. > There are at least three issues in play here. > > 1) The PR adds modes 'big' and 'thin' to the current

Re: [Numpy-discussion] Dealing with the mode argument in qr.

2013-02-05 Thread Charles R Harris
On Tue, Feb 5, 2013 at 2:23 PM, Charles R Harris wrote: > Hi All, > > This post is to bring the discussion of PR > #2965to the attention of the list. > There are at least three issues in play here. > > 1) The PR adds modes 'big' and 'thin' to the current

[Numpy-discussion] Dealing with the mode argument in qr.

2013-02-05 Thread Charles R Harris
Hi All, This post is to bring the discussion of PR #2965to the attention of the list. There are at least three issues in play here. 1) The PR adds modes 'big' and 'thin' to the current modes 'full', 'r', 'economic' for qr factorization. The problem is tha