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

version 1.16, 2020/05/21 21:46:03 version 1.17, 2023/08/07 08:39:15
Line 138 Line 138
 *> \verbatim  *> \verbatim
 *>          AFB is COMPLEX*16 array, dimension (LDAFB,N)  *>          AFB is COMPLEX*16 array, dimension (LDAFB,N)
 *>     Details of the LU factorization of the band matrix A, as  *>     Details of the LU factorization of the band matrix A, as
 *>     computed by DGBTRF.  U is stored as an upper triangular band  *>     computed by ZGBTRF.  U is stored as an upper triangular band
 *>     matrix with KL+KU superdiagonals in rows 1 to KL+KU+1, and  *>     matrix with KL+KU superdiagonals in rows 1 to KL+KU+1, and
 *>     the multipliers used during the factorization are stored in  *>     the multipliers used during the factorization are stored in
 *>     rows KL+KU+2 to 2*KL+KU+1.  *>     rows KL+KU+2 to 2*KL+KU+1.
Line 153 Line 153
 *> \param[in] IPIV  *> \param[in] IPIV
 *> \verbatim  *> \verbatim
 *>          IPIV is INTEGER array, dimension (N)  *>          IPIV is INTEGER array, dimension (N)
 *>     The pivot indices from DGETRF; for 1<=i<=N, row i of the  *>     The pivot indices from ZGETRF; for 1<=i<=N, row i of the
 *>     matrix was interchanged with row IPIV(i).  *>     matrix was interchanged with row IPIV(i).
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 208 Line 208
 *> \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 ZGETRS.
 *>     On exit, the improved solution matrix X.  *>     On exit, the improved solution matrix X.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 429 Line 429
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date April 2012  
 *  
 *> \ingroup complex16GBcomputational  *> \ingroup complex16GBcomputational
 *  *
 *  =====================================================================  *  =====================================================================
Line 440 Line 438
      $                    ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK,       $                    ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK,
      $                    INFO )       $                    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          TRANS, EQUED        CHARACTER          TRANS, EQUED

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


CVSweb interface <joel.bertrand@systella.fr>