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

version 1.10, 2014/01/27 09:28:31 version 1.11, 2016/08/27 15:27:11
Line 195 Line 195
 *>  *>
 *> \param[in] B  *> \param[in] B
 *> \verbatim  *> \verbatim
 *>          B is DOUBLE PRECISION array, dimension (LDB,NRHS)  *>          B is COMPLEX*16 array, dimension (LDB,NRHS)
 *>     The right hand side matrix B.  *>     The right hand side matrix B.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 232 Line 232
 *>  *>
 *> \param[out] BERR  *> \param[out] BERR
 *> \verbatim  *> \verbatim
 *>          BERR is COMPLEX*16 array, dimension (NRHS)  *>          BERR is DOUBLE PRECISION array, dimension (NRHS)
 *>     Componentwise relative backward error.  This is the  *>     Componentwise relative backward error.  This is the
 *>     componentwise relative backward error of each solution vector X(j)  *>     componentwise relative backward error of each solution vector X(j)
 *>     (i.e., the smallest relative change in any element of A or B that  *>     (i.e., the smallest relative change in any element of A or B that
Line 440 Line 440
      $                    ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK,       $                    ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, RWORK,
      $                    INFO )       $                    INFO )
 *  *
 *  -- LAPACK computational routine (version 3.4.1) --  *  -- LAPACK computational routine (version 3.6.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..--
 *     April 2012  *     April 2012
Line 642 Line 642
 *  *
 *     Perform refinement on each right-hand side  *     Perform refinement on each right-hand side
 *  *
       IF ( REF_TYPE .NE. 0 ) THEN        IF ( REF_TYPE .NE. 0 .AND. INFO .EQ. 0 ) THEN
   
          PREC_TYPE = ILAPREC( 'E' )           PREC_TYPE = ILAPREC( 'E' )
   

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


CVSweb interface <joel.bertrand@systella.fr>