Diff for /rpl/lapack/lapack/zhetri2.f between versions 1.11 and 1.14

version 1.11, 2018/05/29 06:55:23 version 1.14, 2023/08/07 08:39:25
Line 62 Line 62
 *> \param[in,out] A  *> \param[in,out] A
 *> \verbatim  *> \verbatim
 *>          A is COMPLEX*16 array, dimension (LDA,N)  *>          A is COMPLEX*16 array, dimension (LDA,N)
 *>          On entry, the NB diagonal matrix D and the multipliers  *>          On entry, the block diagonal matrix D and the multipliers
 *>          used to obtain the factor U or L as computed by ZHETRF.  *>          used to obtain the factor U or L as computed by ZHETRF.
 *>  *>
 *>          On exit, if INFO = 0, the (symmetric) inverse of the original  *>          On exit, if INFO = 0, the (symmetric) inverse of the original
Line 82 Line 82
 *> \param[in] IPIV  *> \param[in] IPIV
 *> \verbatim  *> \verbatim
 *>          IPIV is INTEGER array, dimension (N)  *>          IPIV is INTEGER array, dimension (N)
 *>          Details of the interchanges and the NB structure of D  *>          Details of the interchanges and the block structure of D
 *>          as determined by ZHETRF.  *>          as determined by ZHETRF.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 120 Line 120
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date November 2017  
 *  
 *> \ingroup complex16HEcomputational  *> \ingroup complex16HEcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZHETRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )        SUBROUTINE ZHETRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.8.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..--
 *     November 2017  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO        CHARACTER          UPLO

Removed from v.1.11  
changed lines
  Added in v.1.14


CVSweb interface <joel.bertrand@systella.fr>