Diff for /rpl/lapack/lapack/dbdsvdx.f between versions 1.7 and 1.9

version 1.7, 2018/05/29 07:17:49 version 1.9, 2023/08/07 08:38:47
Line 165 Line 165
 *>  *>
 *> \param[out] Z  *> \param[out] Z
 *> \verbatim  *> \verbatim
 *>          Z is DOUBLE PRECISION array, dimension (2*N,K) )  *>          Z is DOUBLE PRECISION array, dimension (2*N,K)
 *>          If JOBZ = 'V', then if INFO = 0 the first NS columns of Z  *>          If JOBZ = 'V', then if INFO = 0 the first NS columns of Z
 *>          contain the singular vectors of the matrix B corresponding to  *>          contain the singular vectors of the matrix B corresponding to
 *>          the selected singular values, with U in rows 1 to N and V  *>          the selected singular values, with U in rows 1 to N and V
Line 218 Line 218
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date June 2016  
 *  
 *> \ingroup doubleOTHEReigen  *> \ingroup doubleOTHEReigen
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DBDSVDX( UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU,        SUBROUTINE DBDSVDX( UPLO, JOBZ, RANGE, N, D, E, VL, VU, IL, IU,
      $                    NS, S, Z, LDZ, WORK, IWORK, INFO)       $                    NS, S, Z, LDZ, WORK, IWORK, INFO)
 *  *
 *  -- LAPACK driver routine (version 3.8.0) --  *  -- LAPACK driver routine --
 *  -- 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 2017  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          JOBZ, RANGE, UPLO        CHARACTER          JOBZ, RANGE, UPLO

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


CVSweb interface <joel.bertrand@systella.fr>