Diff for /rpl/lapack/lapack/zla_gerpvgrw.f between versions 1.6 and 1.7

version 1.6, 2014/01/27 09:28:36 version 1.7, 2016/08/27 15:27:13
Line 61 Line 61
 *>  *>
 *> \param[in] A  *> \param[in] A
 *> \verbatim  *> \verbatim
 *>          A is DOUBLE PRECISION array, dimension (LDA,N)  *>          A is COMPLEX*16 array, dimension (LDA,N)
 *>     On entry, the N-by-N matrix A.  *>     On entry, the N-by-N matrix A.
 *> \endverbatim  *> \endverbatim
 *>  *>
Line 73 Line 73
 *>  *>
 *> \param[in] AF  *> \param[in] AF
 *> \verbatim  *> \verbatim
 *>          AF is DOUBLE PRECISION array, dimension (LDAF,N)  *>          AF is COMPLEX*16 array, dimension (LDAF,N)
 *>     The factors L and U from the factorization  *>     The factors L and U from the factorization
 *>     A = P*L*U as computed by ZGETRF.  *>     A = P*L*U as computed by ZGETRF.
 *> \endverbatim  *> \endverbatim
Line 92 Line 92
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date September 2012  *> \date June 2016
 *  *
 *> \ingroup complex16GEcomputational  *> \ingroup complex16GEcomputational
 *  *
Line 100 Line 100
       DOUBLE PRECISION FUNCTION ZLA_GERPVGRW( N, NCOLS, A, LDA, AF,        DOUBLE PRECISION FUNCTION ZLA_GERPVGRW( N, NCOLS, A, LDA, AF,
      $         LDAF )       $         LDAF )
 *  *
 *  -- 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, NCOLS, LDA, LDAF        INTEGER            N, NCOLS, LDA, LDAF

Removed from v.1.6  
changed lines
  Added in v.1.7


CVSweb interface <joel.bertrand@systella.fr>