Diff for /rpl/lapack/lapack/zhetri2.f between versions 1.12 and 1.13

version 1.12, 2018/05/29 07:18:21 version 1.13, 2020/05/21 21:46:06
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
 *>  *>

Removed from v.1.12  
changed lines
  Added in v.1.13


CVSweb interface <joel.bertrand@systella.fr>