Diff for /rpl/lapack/lapack/zherfsx.f between versions 1.15 and 1.16

version 1.15, 2020/05/21 21:46:05 version 1.16, 2023/08/07 08:39:24
Line 122 Line 122
 *>          AF is COMPLEX*16 array, dimension (LDAF,N)  *>          AF is COMPLEX*16 array, dimension (LDAF,N)
 *>     The factored form of the matrix A.  AF contains the block  *>     The factored form of the matrix A.  AF contains the block
 *>     diagonal matrix D and the multipliers used to obtain the  *>     diagonal matrix D and the multipliers used to obtain the
 *>     factor U or L from the factorization A = U*D*U**T or A =  *>     factor U or L from the factorization A = U*D*U**H or A =
 *>     L*D*L**T as computed by DSYTRF.  *>     L*D*L**H as computed by ZHETRF.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] LDAF  *> \param[in] LDAF
Line 136 Line 136
 *> \verbatim  *> \verbatim
 *>          IPIV is INTEGER array, dimension (N)  *>          IPIV is INTEGER array, dimension (N)
 *>     Details of the interchanges and the block structure of D  *>     Details of the interchanges and the block structure of D
 *>     as determined by DSYTRF.  *>     as determined by ZHETRF.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in,out] S  *> \param[in,out] S
Line 170 Line 170
 *> \param[in,out] X  *> \param[in,out] X
 *> \verbatim  *> \verbatim
 *>          X is COMPLEX*16 array, dimension (LDX,NRHS)  *>          X is COMPLEX*16 array, dimension (LDX,NRHS)
 *>     On entry, the solution matrix X, as computed by DGETRS.  *>     On entry, the solution matrix X, as computed by ZHETRS.
 *>     On exit, the improved solution matrix X.  *>     On exit, the improved solution matrix X.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 391 Line 391
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date April 2012  
 *  
 *> \ingroup complex16HEcomputational  *> \ingroup complex16HEcomputational
 *  *
 *  =====================================================================  *  =====================================================================
Line 401 Line 399
      $                    ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS,       $                    ERR_BNDS_NORM, ERR_BNDS_COMP, NPARAMS, PARAMS,
      $                    WORK, RWORK, INFO )       $                    WORK, RWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational 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          UPLO, EQUED        CHARACTER          UPLO, EQUED

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


CVSweb interface <joel.bertrand@systella.fr>