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

version 1.10, 2011/11/21 22:19:56 version 1.11, 2012/07/31 11:06:39
Line 117 Line 117
 *>  *>
 *> \param[in,out] DF  *> \param[in,out] DF
 *> \verbatim  *> \verbatim
 *>          DF is or output) DOUBLE PRECISION array, dimension (N)  *>          DF is DOUBLE PRECISION array, dimension (N)
 *>          If FACT = 'F', then DF is an input argument and on entry  *>          If FACT = 'F', then DF is an input argument and on entry
 *>          contains the n diagonal elements of the diagonal matrix D  *>          contains the n diagonal elements of the diagonal matrix D
 *>          from the L*D*L**H factorization of A.  *>          from the L*D*L**H factorization of A.
Line 128 Line 128
 *>  *>
 *> \param[in,out] EF  *> \param[in,out] EF
 *> \verbatim  *> \verbatim
 *>          EF is or output) COMPLEX*16 array, dimension (N-1)  *>          EF is COMPLEX*16 array, dimension (N-1)
 *>          If FACT = 'F', then EF is an input argument and on entry  *>          If FACT = 'F', then EF is an input argument and on entry
 *>          contains the (n-1) subdiagonal elements of the unit  *>          contains the (n-1) subdiagonal elements of the unit
 *>          bidiagonal factor L from the L*D*L**H factorization of A.  *>          bidiagonal factor L from the L*D*L**H factorization of A.
Line 226 Line 226
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date April 2012
 *  *
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
Line 234 Line 234
       SUBROUTINE ZPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX,        SUBROUTINE ZPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX,
      $                   RCOND, FERR, BERR, WORK, RWORK, INFO )       $                   RCOND, FERR, BERR, WORK, RWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.4.0) --  *  -- LAPACK computational 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        CHARACTER          FACT

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


CVSweb interface <joel.bertrand@systella.fr>