Diff for /rpl/lapack/lapack/zsysvxx.f between versions 1.16 and 1.17

version 1.16, 2020/05/21 21:46:10 version 1.17, 2023/08/07 08:39:38
Line 185 Line 185
 *>     If FACT = 'F', then AF is an input argument and on entry  *>     If FACT = 'F', then AF is an input argument and on entry
 *>     contains the block diagonal matrix D and the multipliers  *>     contains the block diagonal matrix D and the multipliers
 *>     used to obtain the factor U or L from the factorization A =  *>     used to obtain the factor U or L from the factorization A =
 *>     U*D*U**T or A = L*D*L**T as computed by DSYTRF.  *>     U*D*U**T or A = L*D*L**T as computed by ZSYTRF.
 *>  *>
 *>     If FACT = 'N', then AF is an output argument and on exit  *>     If FACT = 'N', then AF is an output argument and on exit
 *>     returns the block diagonal matrix D and the multipliers  *>     returns the block diagonal matrix D and the multipliers
Line 204 Line 204
 *>          IPIV is INTEGER array, dimension (N)  *>          IPIV is INTEGER array, dimension (N)
 *>     If FACT = 'F', then IPIV is an input argument and on entry  *>     If FACT = 'F', then IPIV is an input argument and on entry
 *>     contains details of the interchanges and the block  *>     contains details of the interchanges and the block
 *>     structure of D, as determined by DSYTRF.  If IPIV(k) > 0,  *>     structure of D, as determined by ZSYTRF.  If IPIV(k) > 0,
 *>     then rows and columns k and IPIV(k) were interchanged and  *>     then rows and columns k and IPIV(k) were interchanged and
 *>     D(k,k) is a 1-by-1 diagonal block.  If UPLO = 'U' and  *>     D(k,k) is a 1-by-1 diagonal block.  If UPLO = 'U' and
 *>     IPIV(k) = IPIV(k-1) < 0, then rows and columns k-1 and  *>     IPIV(k) = IPIV(k-1) < 0, then rows and columns k-1 and
Line 215 Line 215
 *>  *>
 *>     If FACT = 'N', then IPIV is an output argument and on exit  *>     If FACT = 'N', then IPIV is an output argument and on exit
 *>     contains details of the interchanges and the block  *>     contains details of the interchanges and the block
 *>     structure of D, as determined by DSYTRF.  *>     structure of D, as determined by ZSYTRF.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in,out] EQUED  *> \param[in,out] EQUED
Line 496 Line 496
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date April 2012  
 *  
 *> \ingroup complex16SYsolve  *> \ingroup complex16SYsolve
 *  *
 *  =====================================================================  *  =====================================================================
Line 506 Line 504
      $                    N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP,       $                    N_ERR_BNDS, ERR_BNDS_NORM, ERR_BNDS_COMP,
      $                    NPARAMS, PARAMS, WORK, RWORK, INFO )       $                    NPARAMS, PARAMS, WORK, RWORK, INFO )
 *  *
 *  -- LAPACK driver routine (version 3.7.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..--
 *     April 2012  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          EQUED, FACT, UPLO        CHARACTER          EQUED, FACT, UPLO

Removed from v.1.16  
changed lines
  Added in v.1.17


CVSweb interface <joel.bertrand@systella.fr>