langou

Results 134 comments of langou

Yes. OK. (1) Please submit a PR. (2) Can you check as well for s, c, and z arithmetic then? (3) "Compute upper Hessenberg form of matrix" is fine. We...

Hi @hokb, > I looked for some specification but couldn't find it yet. Any link would also be appreciated. Thanks in advance! I am not sure anything is specified anywhere....

( this is a comment and this does not answer @martin-frbg question ) As far as I remember, the NOOPT was needed for compiling LAMCH. https://github.com/Reference-LAPACK/lapack/blob/master/INSTALL/dlamchf77.f But this code is...

Here are two discussion threads related to this: https://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=1418 http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00827.html This is especially an issue for algorithm that require an O(n^2) workspace. For algorithm that requires an O(n*nb) workspace, this...

We just merged #605 from Weslley. This is a start. This fixes the rounding during the INTEGER to SINGLE/DOUBLE PRECISION cast. The workspace computation still needs more work. Since the...

Hi Nick, in #465, @martin-frbg kindly helped us having some integration with BLASPP, I think @dbyoung720 is reporting an issue with #465. Julien.

Hi, I closed the issue because @martin-frbg asked a question seven days ago that I think is relevant, and his question was left unanswered. Julien.

From Jim: Do we know if the new clartg is consistent with what we proposed in section 2.3.5 of our exception handling document? Might be nice to avoid having yet...

Indeed there seems to be a problem here.