Diff for /rpl/lapack/lapack/dtrevc3.f between versions 1.5 and 1.8

version 1.5, 2018/05/29 06:55:21 version 1.8, 2023/08/07 08:39:13
Line 45 Line 45
 *> The right eigenvector x and the left eigenvector y of T corresponding  *> The right eigenvector x and the left eigenvector y of T corresponding
 *> to an eigenvalue w are defined by:  *> to an eigenvalue w are defined by:
 *>  *>
 *>    T*x = w*x,     (y**H)*T = w*(y**H)  *>    T*x = w*x,     (y**T)*T = w*(y**T)
 *>  *>
 *> where y**H denotes the conjugate transpose of y.  *> where y**T denotes the transpose of the vector y.
 *> The eigenvalues are not input to this routine, but are read directly  *> The eigenvalues are not input to this routine, but are read directly
 *> from the diagonal blocks of T.  *> from the diagonal blocks of T.
 *>  *>
Line 215 Line 215
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date November 2017  
 *  
 *  @precisions fortran d -> s  
 *  
 *> \ingroup doubleOTHERcomputational  *> \ingroup doubleOTHERcomputational
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 240 Line 236
      $                    VR, LDVR, MM, M, WORK, LWORK, INFO )       $                    VR, LDVR, MM, M, WORK, LWORK, INFO )
       IMPLICIT NONE        IMPLICIT NONE
 *  *
 *  -- LAPACK computational routine (version 3.8.0) --  *  -- LAPACK computational routine --
 *  -- 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..--
 *     November 2017  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          HOWMNY, SIDE        CHARACTER          HOWMNY, SIDE

Removed from v.1.5  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>