Diff for /rpl/lapack/lapack/ztgsen.f between versions 1.4 and 1.5

version 1.4, 2010/08/06 15:32:50 version 1.5, 2010/08/07 13:18:09
Line 2 Line 2
      $                   ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,       $                   ALPHA, BETA, Q, LDQ, Z, LDZ, M, PL, PR, DIF,
      $                   WORK, LWORK, IWORK, LIWORK, INFO )       $                   WORK, LWORK, IWORK, LIWORK, INFO )
 *  *
 *  -- LAPACK routine (version 3.2) --  *  -- LAPACK routine (version 3.2.2) --
 *  -- 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..--
 *     January 2007  *     January 2007
Line 155 Line 155
 *          If IJOB = 0 or 1, DIF is not referenced.  *          If IJOB = 0 or 1, DIF is not referenced.
 *  *
 *  WORK    (workspace/output) COMPLEX*16 array, dimension (MAX(1,LWORK))  *  WORK    (workspace/output) COMPLEX*16 array, dimension (MAX(1,LWORK))
 *          IF IJOB = 0, WORK is not referenced.  Otherwise,  *          On exit, if INFO = 0, WORK(1) returns the optimal LWORK.
 *          on exit, if INFO = 0, WORK(1) returns the optimal LWORK.  
 *  *
 *  LWORK   (input) INTEGER  *  LWORK   (input) INTEGER
 *          The dimension of the array WORK. LWORK >=  1  *          The dimension of the array WORK. LWORK >=  1
Line 169 Line 168
 *          message related to LWORK is issued by XERBLA.  *          message related to LWORK is issued by XERBLA.
 *  *
 *  IWORK   (workspace/output) INTEGER array, dimension (MAX(1,LIWORK))  *  IWORK   (workspace/output) INTEGER array, dimension (MAX(1,LIWORK))
 *          IF IJOB = 0, IWORK is not referenced.  Otherwise,  *          On exit, if INFO = 0, IWORK(1) returns the optimal LIWORK.
 *          on exit, if INFO = 0, IWORK(1) returns the optimal LIWORK.  
 *  *
 *  LIWORK  (input) INTEGER  *  LIWORK  (input) INTEGER
 *          The dimension of the array IWORK. LIWORK >= 1.  *          The dimension of the array IWORK. LIWORK >= 1.

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


CVSweb interface <joel.bertrand@systella.fr>