Diff for /rpl/lapack/lapack/zhetrd_he2hb.f between versions 1.2 and 1.3

version 1.2, 2017/06/17 11:06:49 version 1.3, 2018/05/29 06:55:23
Line 123 Line 123
 *>  *>
 *> \param[out] WORK  *> \param[out] WORK
 *> \verbatim  *> \verbatim
 *>          WORK is COMPLEX*16 array, dimension LWORK.  *>          WORK is COMPLEX*16 array, dimension (LWORK)
 *>          On exit, if INFO = 0, or if LWORK=-1,   *>          On exit, if INFO = 0, or if LWORK=-1, 
 *>          WORK(1) returns the size of LWORK.  *>          WORK(1) returns the size of LWORK.
 *> \endverbatim  *> \endverbatim
Line 132 Line 132
 *> \verbatim  *> \verbatim
 *>          LWORK is INTEGER  *>          LWORK is INTEGER
 *>          The dimension of the array WORK which should be calculated  *>          The dimension of the array WORK which should be calculated
 *           by a workspace query. LWORK = MAX(1, LWORK_QUERY)  *>          by a workspace query. LWORK = MAX(1, LWORK_QUERY)
 *>          If LWORK = -1, then a workspace query is assumed; the routine  *>          If LWORK = -1, then a workspace query is assumed; the routine
 *>          only calculates the optimal size of the WORK array, returns  *>          only calculates the optimal size of the WORK array, returns
 *>          this value as the first entry of the WORK array, and no error  *>          this value as the first entry of the WORK array, and no error
Line 158 Line 158
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date December 2016  *> \date November 2017
 *  *
 *> \ingroup complex16HEcomputational  *> \ingroup complex16HEcomputational
 *  *
Line 222 Line 222
 *>  *>
 *>  where tau is a complex scalar, and v is a complex vector with  *>  where tau is a complex scalar, and v is a complex vector with
 *>  v(kd+1:i) = 0 and v(i+kd+1) = 1; v(i+kd+2:n) is stored on exit in  *>  v(kd+1:i) = 0 and v(i+kd+1) = 1; v(i+kd+2:n) is stored on exit in
 *   A(i+kd+2:n,i), and tau in TAU(i).  *>  A(i+kd+2:n,i), and tau in TAU(i).
 *>  *>
 *>  The contents of A on exit are illustrated by the following examples  *>  The contents of A on exit are illustrated by the following examples
 *>  with n = 5:  *>  with n = 5:
Line 245 Line 245
 *  *
       IMPLICIT NONE        IMPLICIT NONE
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine (version 3.8.0) --
 *  -- 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..--
 *     December 2016  *     November 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO        CHARACTER          UPLO
Line 277 Line 277
      $                   TPOS, WPOS, S2POS, S1POS       $                   TPOS, WPOS, S2POS, S1POS
 *     ..  *     ..
 *     .. External Subroutines ..  *     .. External Subroutines ..
       EXTERNAL           XERBLA, ZHER2K, ZHEMM, ZGEMM,        EXTERNAL           XERBLA, ZHER2K, ZHEMM, ZGEMM, ZCOPY,
      $                   ZLARFT, ZGELQF, ZGEQRF, ZLASET       $                   ZLARFT, ZGELQF, ZGEQRF, ZLASET
 *     ..  *     ..
 *     .. Intrinsic Functions ..  *     .. Intrinsic Functions ..

Removed from v.1.2  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>