--- rpl/lapack/lapack/dlasd6.f 2011/11/21 22:19:35 1.12 +++ rpl/lapack/lapack/dlasd6.f 2015/11/26 11:44:18 1.17 @@ -1,4 +1,4 @@ -*> \brief \b DLASD6 +*> \brief \b DLASD6 computes the SVD of an updated upper bidiagonal matrix obtained by merging two smaller ones by appending a row. Used by sbdsdc. * * =========== DOCUMENTATION =========== * @@ -164,7 +164,7 @@ *> row. *> \endverbatim *> -*> \param[out] IDXQ +*> \param[in,out] IDXQ *> \verbatim *> IDXQ is INTEGER array, dimension ( N ) *> This contains the permutation which will reintegrate the @@ -298,7 +298,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date November 2015 * *> \ingroup auxOTHERauxiliary * @@ -314,10 +314,10 @@ $ LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK, $ IWORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.6.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* November 2015 * * .. Scalar Arguments .. INTEGER GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL, @@ -414,10 +414,9 @@ CALL DLASD8( ICOMPQ, K, D, Z, VF, VL, DIFL, DIFR, LDGNUM, $ WORK( ISIGMA ), WORK( IW ), INFO ) * -* Handle error returned +* Report the possible convergence failure. * IF( INFO.NE.0 ) THEN - CALL XERBLA( 'DLASD8', -INFO ) RETURN END IF *