Diff for /rpl/lapack/lapack/zhpsvx.f between versions 1.10 and 1.11

version 1.10, 2011/11/21 22:19:49 version 1.11, 2012/07/31 11:06:39
Line 124 Line 124
 *>  *>
 *> \param[in,out] AFP  *> \param[in,out] AFP
 *> \verbatim  *> \verbatim
 *>          AFP is or output) COMPLEX*16 array, dimension (N*(N+1)/2)  *>          AFP is COMPLEX*16 array, dimension (N*(N+1)/2)
 *>          If FACT = 'F', then AFP is an input argument and on entry  *>          If FACT = 'F', then AFP is an input argument and on entry
 *>          contains the block diagonal matrix D and the multipliers used  *>          contains the block diagonal matrix D and the multipliers used
 *>          to obtain the factor U or L from the factorization  *>          to obtain the factor U or L from the factorization
Line 140 Line 140
 *>  *>
 *> \param[in,out] IPIV  *> \param[in,out] IPIV
 *> \verbatim  *> \verbatim
 *>          IPIV is or output) 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 structure  *>          contains details of the interchanges and the block structure
 *>          of D, as determined by ZHPTRF.  *>          of D, as determined by ZHPTRF.
Line 249 Line 249
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date April 2012
 *  *
 *> \ingroup complex16OTHERsolve  *> \ingroup complex16OTHERsolve
 *  *
Line 277 Line 277
       SUBROUTINE ZHPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X,        SUBROUTINE ZHPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X,
      $                   LDX, RCOND, FERR, BERR, WORK, RWORK, INFO )       $                   LDX, RCOND, FERR, BERR, WORK, RWORK, INFO )
 *  *
 *  -- LAPACK driver routine (version 3.4.0) --  *  -- LAPACK driver routine (version 3.4.1) --
 *  -- 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 2011  *     April 2012
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          FACT, UPLO        CHARACTER          FACT, UPLO

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


CVSweb interface <joel.bertrand@systella.fr>