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

version 1.2, 2017/06/17 11:06:46 version 1.3, 2018/05/29 06:55:23
Line 47 Line 47
 *  Arguments:  *  Arguments:
 *  ==========  *  ==========
 *  *
 *> @param[in] n  *> \param[in] UPLO
 *>          The order of the matrix A.  *> \verbatim
 *>  *>          UPLO is CHARACTER*1
 *> @param[in] nb  *> \endverbatim
 *>          The size of the band.  
 *>  
 *> @param[in, out] A  
 *>          A pointer to the matrix A.  
 *>  
 *> @param[in] lda  
 *>          The leading dimension of the matrix A.  
 *>  *>
 *> @param[out] V  *> \param[in] WANTZ
 *>          COMPLEX*16 array, dimension 2*n if eigenvalues only are  *> \verbatim
 *>          requested or to be queried for vectors.  *>          WANTZ is LOGICAL which indicate if Eigenvalue are requested or both
   *>          Eigenvalue/Eigenvectors.
   *> \endverbatim
 *>  *>
 *> @param[out] TAU  *> \param[in] TTYPE
 *>          COMPLEX*16 array, dimension (2*n).  *> \verbatim
 *>          The scalar factors of the Householder reflectors are stored  *>          TTYPE is INTEGER
 *>          in this array.  *> \endverbatim
 *>  *>
 *> @param[in] st  *> \param[in] ST
   *> \verbatim
   *>          ST is INTEGER
 *>          internal parameter for indices.  *>          internal parameter for indices.
   *> \endverbatim
 *>  *>
 *> @param[in] ed  *> \param[in] ED
   *> \verbatim
   *>          ED is INTEGER
 *>          internal parameter for indices.  *>          internal parameter for indices.
   *> \endverbatim
 *>  *>
 *> @param[in] sweep  *> \param[in] SWEEP
   *> \verbatim
   *>          SWEEP is INTEGER
 *>          internal parameter for indices.  *>          internal parameter for indices.
   *> \endverbatim
 *>  *>
 *> @param[in] Vblksiz  *> \param[in] N
 *>          internal parameter for indices.  *> \verbatim
   *>          N is INTEGER. The order of the matrix A.
   *> \endverbatim
 *>  *>
 *> @param[in] wantz  *> \param[in] NB
 *>          logical which indicate if Eigenvalue are requested or both  *> \verbatim
 *>          Eigenvalue/Eigenvectors.  *>          NB is INTEGER. The size of the band.
   *> \endverbatim
   *>
   *> \param[in] IB
   *> \verbatim
   *>          IB is INTEGER.
   *> \endverbatim
   *>
   *> \param[in, out] A
   *> \verbatim
   *>          A is COMPLEX*16 array. A pointer to the matrix A.
   *> \endverbatim
   *>
   *> \param[in] LDA
   *> \verbatim
   *>          LDA is INTEGER. The leading dimension of the matrix A.
   *> \endverbatim
   *>
   *> \param[out] V
   *> \verbatim
   *>          V is COMPLEX*16 array, dimension 2*n if eigenvalues only are
   *>          requested or to be queried for vectors.
   *> \endverbatim
   *>
   *> \param[out] TAU
   *> \verbatim
   *>          TAU is COMPLEX*16 array, dimension (2*n).
   *>          The scalar factors of the Householder reflectors are stored
   *>          in this array.
   *> \endverbatim
   *>
   *> \param[in] LDVT
   *> \verbatim
   *>          LDVT is INTEGER.
   *> \endverbatim
 *>  *>
 *> @param[in] work  *> \param[in] WORK
 *>          Workspace of size nb.  *> \verbatim
   *>          WORK is COMPLEX*16 array. Workspace of size nb.
   *> \endverbatim
 *>  *>
 *> \par Further Details:  *> \par Further Details:
 *  =====================  *  =====================
Line 128 Line 170
 *  *
       IMPLICIT NONE        IMPLICIT NONE
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine (version 3.7.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..--
 *     December 2016  *     June 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO        CHARACTER          UPLO

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


CVSweb interface <joel.bertrand@systella.fr>