--- rpl/lapack/lapack/zcgesv.f 2010/08/06 15:32:37 1.4 +++ rpl/lapack/lapack/zcgesv.f 2010/08/07 13:18:08 1.5 @@ -1,7 +1,7 @@ SUBROUTINE ZCGESV( N, NRHS, A, LDA, IPIV, B, LDB, X, LDX, WORK, + 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, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * January 2007 @@ -63,7 +63,7 @@ * The number of right hand sides, i.e., the number of columns * of the matrix B. NRHS >= 0. * -* A (input or input/ouptut) COMPLEX*16 array, +* A (input/output) COMPLEX*16 array, * dimension (LDA,N) * On entry, the N-by-N coefficient matrix A. * On exit, if iterative refinement has been successfully used