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

version 1.4, 2010/08/06 15:32:36 version 1.5, 2010/08/07 13:18:08
Line 2 Line 2
      $                   ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL,       $                   ALPHAR, ALPHAI, BETA, Q, LDQ, Z, LDZ, M, PL,
      $                   PR, DIF, WORK, LWORK, IWORK, LIWORK, INFO )       $                   PR, DIF, 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 179 Line 179
 *          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>