--- rpl/lapack/lapack/dtrevc3.f 2016/08/27 15:34:42 1.2 +++ rpl/lapack/lapack/dtrevc3.f 2017/06/17 10:54:06 1.3 @@ -2,18 +2,18 @@ * * =========== DOCUMENTATION =========== * -* Online html documentation available at -* http://www.netlib.org/lapack/explore-html/ +* Online html documentation available at +* http://www.netlib.org/lapack/explore-html/ * *> \htmlonly -*> Download DTREVC3 + dependencies -*> -*> [TGZ] -*> -*> [ZIP] -*> +*> Download DTREVC3 + dependencies +*> +*> [TGZ] +*> +*> [ZIP] +*> *> [TXT] -*> \endhtmlonly +*> \endhtmlonly * * Definition: * =========== @@ -45,9 +45,9 @@ *> The right eigenvector x and the left eigenvector y of T corresponding *> to an eigenvalue w are defined by: *> -*> T*x = w*x, (y**T)*T = w*(y**T) +*> T*x = w*x, (y**H)*T = w*(y**H) *> -*> where y**T denotes the transpose of the vector y. +*> where y**H denotes the conjugate transpose of y. *> The eigenvalues are not input to this routine, but are read directly *> from the diagonal blocks of T. *> @@ -215,7 +215,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date December 2016 * * @precisions fortran d -> s * @@ -240,10 +240,10 @@ $ VR, LDVR, MM, M, WORK, LWORK, INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK computational routine (version 3.7.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* December 2016 * * .. Scalar Arguments .. CHARACTER HOWMNY, SIDE @@ -279,7 +279,8 @@ EXTERNAL LSAME, IDAMAX, ILAENV, DDOT, DLAMCH * .. * .. External Subroutines .. - EXTERNAL DAXPY, DCOPY, DGEMV, DLALN2, DSCAL, XERBLA + EXTERNAL DAXPY, DCOPY, DGEMV, DLALN2, DSCAL, XERBLA, + $ DGEMM, DLASET, DLABAD * .. * .. Intrinsic Functions .. INTRINSIC ABS, MAX, SQRT @@ -421,7 +422,7 @@ IF( NB.GT.2 ) THEN IV = NB END IF - + IP = 0 IS = M DO 140 KI = N, 1, -1 @@ -779,7 +780,7 @@ * back-transform and normalization is done below END IF END IF - + IF( NB.GT.1 ) THEN * -------------------------------------------------------- * Blocked version of back-transform