--- rpl/lapack/lapack/dtgexc.f 2010/08/06 15:32:36 1.4 +++ rpl/lapack/lapack/dtgexc.f 2010/08/07 13:18:08 1.5 @@ -1,10 +1,10 @@ SUBROUTINE DTGEXC( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, $ LDZ, IFST, ILST, WORK, LWORK, INFO ) * -* -- LAPACK routine (version 3.2) -- +* -- LAPACK routine (version 3.2.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2006 +* June 2010 * * .. Scalar Arguments .. LOGICAL WANTQ, WANTZ @@ -57,7 +57,7 @@ * On exit, the updated matrix A, again in generalized * real Schur canonical form. * -* LDA (input) INTEGER +* LDA (input) INTEGER * The leading dimension of the array A. LDA >= max(1,N). * * B (input/output) DOUBLE PRECISION array, dimension (LDB,N) @@ -66,10 +66,10 @@ * On exit, the updated matrix B, again in generalized * real Schur canonical form (A,B). * -* LDB (input) INTEGER +* LDB (input) INTEGER * The leading dimension of the array B. LDB >= max(1,N). * -* Q (input/output) DOUBLE PRECISION array, dimension (LDZ,N) +* Q (input/output) DOUBLE PRECISION array, dimension (LDQ,N) * On entry, if WANTQ = .TRUE., the orthogonal matrix Q. * On exit, the updated matrix Q. * If WANTQ = .FALSE., Q is not referenced.