--- rpl/lapack/lapack/dlarrf.f 2012/07/31 11:06:36 1.11 +++ rpl/lapack/lapack/dlarrf.f 2016/08/27 15:34:30 1.18 @@ -1,4 +1,4 @@ -*> \brief \b DLARRF +*> \brief \b DLARRF finds a new relatively robust representation such that at least one of the eigenvalues is relatively isolated. * * =========== DOCUMENTATION =========== * @@ -51,7 +51,7 @@ *> \param[in] N *> \verbatim *> N is INTEGER -*> The order of the matrix (subblock, if the matrix splitted). +*> The order of the matrix (subblock, if the matrix split). *> \endverbatim *> *> \param[in] D @@ -174,7 +174,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date June 2016 * *> \ingroup auxOTHERauxiliary * @@ -193,10 +193,10 @@ $ SPDIAM, CLGAPL, CLGAPR, PIVMIN, SIGMA, $ DPLUS, LPLUS, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.6.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* June 2016 * * .. Scalar Arguments .. INTEGER CLSTRT, CLEND, INFO, N @@ -257,7 +257,8 @@ * Decide whether the code should accept the best among all * representations despite large element growth or signal INFO=1 - NOFAIL = .TRUE. +* Setting NOFAIL to .FALSE. for quick fix for bug 113 + NOFAIL = .FALSE. * * Compute the average gap length of the cluster