lapack icon indicating copy to clipboard operation
lapack copied to clipboard

Unused value?

Open TarcioV opened this issue 7 years ago • 0 comments

https://github.com/Reference-LAPACK/lapack/blob/4f7f2aab27814a920613f27f4b0d5055a421dcaf/SRC/dbdsqr.f#L456-L468 At the end of the loop, SMIN is the absolute of the digonal minimum value, but its value is never used, I wonder why.

TarcioV avatar Feb 28 '18 19:02 TarcioV