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

version 1.10, 2014/01/27 09:28:36 version 1.11, 2016/08/27 15:27:13
Line 67 Line 67
 *>  *>
 *> \param[in] RES  *> \param[in] RES
 *> \verbatim  *> \verbatim
 *>          RES is DOUBLE PRECISION array, dimension (N,NRHS)  *>          RES is COMPLEX*16 array, dimension (N,NRHS)
 *>     The residual matrix, i.e., the matrix R in the relative backward  *>     The residual matrix, i.e., the matrix R in the relative backward
 *>     error formula above.  *>     error formula above.
 *> \endverbatim  *> \endverbatim
Line 82 Line 82
 *>       *>     
 *> \param[out] BERR  *> \param[out] BERR
 *> \verbatim  *> \verbatim
 *>          BERR is COMPLEX*16 array, dimension (NRHS)  *>          BERR is DOUBLE PRECISION array, dimension (NRHS)
 *>     The componentwise relative backward error from the formula above.  *>     The componentwise relative backward error from the formula above.
 *> \endverbatim  *> \endverbatim
 *  *
Line 94 Line 94
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date September 2012  *> \date June 2016
 *  *
 *> \ingroup complex16OTHERcomputational  *> \ingroup complex16OTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )        SUBROUTINE ZLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )
 *  *
 *  -- LAPACK computational routine (version 3.4.2) --  *  -- 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..--
 *     September 2012  *     June 2016
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            N, NZ, NRHS        INTEGER            N, NZ, NRHS

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


CVSweb interface <joel.bertrand@systella.fr>