Re: [Rd] typo or stale info in qr man

2016-10-25 Thread peter dalgaard
On 25 Oct 2016, at 10:08 , Martin Maechler wrote: >> Wojciech Musial (Voitek) >>on Mon, 24 Oct 2016 15:07:55 -0700 writes: > >> man for `qr` says that the function uses LINPACK's DQRDC, while it in >> fact uses DQRDC2. > >

Re: [Rd] typo or stale info in qr man

2016-10-25 Thread Jari Oksanen
alf of Martin Maechler <maech...@stat.math.ethz.ch> Sent: 25 October 2016 11:08 To: Wojciech Musial (Voitek) Cc: R-devel@r-project.org Subject: Re: [Rd] typo or stale info in qr man >>>>> Wojciech Musial (Voitek) <wojciech.mus...@gmail.com> >>>>> on

Re: [Rd] typo or stale info in qr man

2016-10-25 Thread Martin Maechler
> Wojciech Musial (Voitek) > on Mon, 24 Oct 2016 15:07:55 -0700 writes: > man for `qr` says that the function uses LINPACK's DQRDC, while it in > fact uses DQRDC2. which is a modification of LINPACK's DQRDC. But you are right, and I have added to

[Rd] typo or stale info in qr man

2016-10-24 Thread Wojciech Musial (Voitek)
man for `qr` says that the function uses LINPACK's DQRDC, while it in fact uses DQRDC2. ``` The QR decomposition of the matrix as computed by LINPACK or LAPACK. The components in the returned value correspond directly to the values returned by DQRDC/DGEQP3/ZGEQP3 ```