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 charlesr.har...@gmail.comwrote: Hi All, This post is to bring the discussion of PR #2965https://github.com/numpy/numpy/pull/2965to the attention of the list. There are at least three issues in play here. 1) The PR adds modes 'big' and

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 ben.r...@ou.edu 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 #2965https://github.com/numpy/numpy/pull/2965to the attention of the list. There

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 ralf.gomm...@gmail.comwrote: On Wed, Feb 6, 2013 at 3:44 PM, Benjamin Root ben.r...@ou.edu 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

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 to me. Either

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 brad.froe...@gmail.comwrote: 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,

[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 #2965https://github.com/numpy/numpy/pull/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 that

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 charlesr.har...@gmail.comwrote: Hi All, This post is to bring the discussion of PR #2965https://github.com/numpy/numpy/pull/2965to the attention of the list. There are at least three issues in play here. 1) The PR adds modes 'big' and