See: http://icl.utk.edu/lapack-forum/viewtopic.php?t=4830
authorlangou <langou@users.noreply.github.com>
Fri, 13 Nov 2015 18:03:21 +0000 (18:03 +0000)
committerlangou <langou@users.noreply.github.com>
Fri, 13 Nov 2015 18:03:21 +0000 (18:03 +0000)
commitca514d8b0fc68121f8ce8b0125162da194cba0af
treea347217b93506c7f36963423779cc43b4c6a7c1e
parent9711b86ef706df3b418c367c309690e04f8a496d
See: icl.utk.edu/lapack-forum/viewtopic.php?t=4830

The variables NDIV, NITER and NFAIL are INOUT.  These variables have to be
initialized (e.g., in LASQ2) before callin LASQ3.  LASQ3 increments these
counters.  These counters do not play a role in the algorithm; they just give
statistics.) Thanks to Tracey Brendan for the report.
SRC/dlasq3.f
SRC/slasq3.f