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

version 1.4, 2010/08/06 15:32:37 version 1.5, 2010/08/07 13:18:08
Line 1 Line 1
       SUBROUTINE ZCGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK,        SUBROUTINE ZCGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK,
      +                   SWORK, RWORK, ITER, INFO )       +                   SWORK, RWORK, ITER, INFO )
 *  *
 *  -- LAPACK PROTOTYPE driver routine (version 3.2) --  *  -- LAPACK PROTOTYPE driver 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 63 Line 63
 *          The number of right hand sides, i.e., the number of columns  *          The number of right hand sides, i.e., the number of columns
 *          of the matrix B.  NRHS >= 0.  *          of the matrix B.  NRHS >= 0.
 *  *
 *  A       (input or input/ouptut) COMPLEX*16 array,  *  A       (input/output) COMPLEX*16 array,
 *          dimension (LDA,N)  *          dimension (LDA,N)
 *          On entry, the N-by-N coefficient matrix A.  *          On entry, the N-by-N coefficient matrix A.
 *          On exit, if iterative refinement has been successfully used  *          On exit, if iterative refinement has been successfully used

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


CVSweb interface <joel.bertrand@systella.fr>