Diff for /rpl/lapack/lapack/zbbcsd.f between versions 1.9 and 1.10

version 1.9, 2014/01/27 09:28:31 version 1.10, 2015/11/26 11:44:21
Line 240 Line 240
 *> \param[out] B21D  *> \param[out] B21D
 *> \verbatim  *> \verbatim
 *>          B21D is DOUBLE PRECISION array, dimension (Q)  *>          B21D is DOUBLE PRECISION array, dimension (Q)
 *>          When CBBCSD converges, B21D contains the negative sines of  *>          When ZBBCSD converges, B21D contains the negative sines of
 *>          THETA(1), ..., THETA(Q). If CBBCSD fails to converge, then  *>          THETA(1), ..., THETA(Q). If ZBBCSD fails to converge, then
 *>          B21D contains the diagonal of the partially reduced bottom-left  *>          B21D contains the diagonal of the partially reduced bottom-left
 *>          block.  *>          block.
 *> \endverbatim  *> \endverbatim
Line 249 Line 249
 *> \param[out] B21E  *> \param[out] B21E
 *> \verbatim  *> \verbatim
 *>          B21E is DOUBLE PRECISION array, dimension (Q-1)  *>          B21E is DOUBLE PRECISION array, dimension (Q-1)
 *>          When CBBCSD converges, B21E contains zeros. If CBBCSD fails  *>          When ZBBCSD converges, B21E contains zeros. If ZBBCSD fails
 *>          to converge, then B21E contains the subdiagonal of the  *>          to converge, then B21E contains the subdiagonal of the
 *>          partially reduced bottom-left block.  *>          partially reduced bottom-left block.
 *> \endverbatim  *> \endverbatim
Line 257 Line 257
 *> \param[out] B22D  *> \param[out] B22D
 *> \verbatim  *> \verbatim
 *>          B22D is DOUBLE PRECISION array, dimension (Q)  *>          B22D is DOUBLE PRECISION array, dimension (Q)
 *>          When CBBCSD converges, B22D contains the negative sines of  *>          When ZBBCSD converges, B22D contains the negative sines of
 *>          THETA(1), ..., THETA(Q). If CBBCSD fails to converge, then  *>          THETA(1), ..., THETA(Q). If ZBBCSD fails to converge, then
 *>          B22D contains the diagonal of the partially reduced bottom-right  *>          B22D contains the diagonal of the partially reduced bottom-right
 *>          block.  *>          block.
 *> \endverbatim  *> \endverbatim
Line 266 Line 266
 *> \param[out] B22E  *> \param[out] B22E
 *> \verbatim  *> \verbatim
 *>          B22E is DOUBLE PRECISION array, dimension (Q-1)  *>          B22E is DOUBLE PRECISION array, dimension (Q-1)
 *>          When CBBCSD converges, B22E contains zeros. If CBBCSD fails  *>          When ZBBCSD converges, B22E contains zeros. If ZBBCSD fails
 *>          to converge, then B22E contains the subdiagonal of the  *>          to converge, then B22E contains the subdiagonal of the
 *>          partially reduced bottom-right block.  *>          partially reduced bottom-right block.
 *> \endverbatim  *> \endverbatim
Line 322 Line 322
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2013  *> \date November 2015
 *  *
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
Line 332 Line 332
      $                   V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,       $                   V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,
      $                   B22D, B22E, RWORK, LRWORK, INFO )       $                   B22D, B22E, RWORK, LRWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.5.0) --  *  -- LAPACK computational routine (version 3.6.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     November 2013  *     November 2015
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS        CHARACTER          JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS

Removed from v.1.9  
changed lines
  Added in v.1.10


CVSweb interface <joel.bertrand@systella.fr>