Diff for /rpl/lapack/lapack/ztgex2.f between versions 1.18 and 1.20

version 1.18, 2017/06/17 11:07:03 version 1.20, 2018/05/29 07:18:39
Line 76 Line 76
 *>  *>
 *> \param[in,out] A  *> \param[in,out] A
 *> \verbatim  *> \verbatim
 *>          A is COMPLEX*16 arrays, dimensions (LDA,N)  *>          A is COMPLEX*16 array, dimensions (LDA,N)
 *>          On entry, the matrix A in the pair (A, B).  *>          On entry, the matrix A in the pair (A, B).
 *>          On exit, the updated matrix A.  *>          On exit, the updated matrix A.
 *> \endverbatim  *> \endverbatim
Line 89 Line 89
 *>  *>
 *> \param[in,out] B  *> \param[in,out] B
 *> \verbatim  *> \verbatim
 *>          B is COMPLEX*16 arrays, dimensions (LDB,N)  *>          B is COMPLEX*16 array, dimensions (LDB,N)
 *>          On entry, the matrix B in the pair (A, B).  *>          On entry, the matrix B in the pair (A, B).
 *>          On exit, the updated matrix B.  *>          On exit, the updated matrix B.
 *> \endverbatim  *> \endverbatim
Line 102 Line 102
 *>  *>
 *> \param[in,out] Q  *> \param[in,out] Q
 *> \verbatim  *> \verbatim
 *>          Q is COMPLEX*16 array, dimension (LDZ,N)  *>          Q is COMPLEX*16 array, dimension (LDQ,N)
 *>          If WANTQ = .TRUE, on entry, the unitary matrix Q. On exit,  *>          If WANTQ = .TRUE, on entry, the unitary matrix Q. On exit,
 *>          the updated matrix Q.  *>          the updated matrix Q.
 *>          Not referenced if WANTQ = .FALSE..  *>          Not referenced if WANTQ = .FALSE..
Line 153 Line 153
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date June 2017
 *  *
 *> \ingroup complex16GEauxiliary  *> \ingroup complex16GEauxiliary
 *  *
Line 190 Line 190
       SUBROUTINE ZTGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z,        SUBROUTINE ZTGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z,
      $                   LDZ, J1, INFO )       $                   LDZ, J1, INFO )
 *  *
 *  -- LAPACK auxiliary routine (version 3.7.0) --  *  -- LAPACK auxiliary 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 ..
       LOGICAL            WANTQ, WANTZ        LOGICAL            WANTQ, WANTZ

Removed from v.1.18  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>