Index: ctrttf.f =================================================================== --- ctrttf.f (revision 1735) +++ ctrttf.f (working copy) @@ -81,7 +81,7 @@ *> *> \param[out] ARF *> \verbatim -*> ARF is COMPLEX*16 array, dimension ( N*(N+1)/2 ), +*> ARF is COMPLEX array, dimension ( N*(N+1)/2 ), *> On exit, the upper or lower triangular matrix A stored in *> RFP format. For a further discussion see Notes below. *> \endverbatim Index: cla_porpvgrw.f =================================================================== --- cla_porpvgrw.f (revision 1735) +++ cla_porpvgrw.f (working copy) @@ -87,7 +87,7 @@ *> *> \param[in] WORK *> \verbatim -*> WORK is COMPLEX array, dimension (2*N) +*> WORK is REAL array, dimension (2*N) *> \endverbatim * * Authors: Index: zggbal.f =================================================================== --- zggbal.f (revision 1735) +++ zggbal.f (working copy) @@ -140,7 +140,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is REAL array, dimension (lwork) +*> WORK is DOUBLE PRECISION array, dimension (lwork) *> lwork must be at least max(1,6*N) when JOB = 'S' or 'B', and *> at least 1 when JOB = 'N' or 'P'. *> \endverbatim Index: dsytrs2.f =================================================================== --- dsytrs2.f (revision 1735) +++ dsytrs2.f (working copy) @@ -106,7 +106,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is REAL array, dimension (N) +*> WORK is DOUBLE PRECISION array, dimension (N) *> \endverbatim *> *> \param[out] INFO Index: clatdf.f =================================================================== --- clatdf.f (revision 1735) +++ clatdf.f (working copy) @@ -70,7 +70,7 @@ *> *> \param[in] Z *> \verbatim -*> Z is REAL array, dimension (LDZ, N) +*> Z is COMPLEX array, dimension (LDZ, N) *> On entry, the LU part of the factorization of the n-by-n *> matrix Z computed by CGETC2: Z = P * L * U * Q *> \endverbatim @@ -83,7 +83,7 @@ *> *> \param[in,out] RHS *> \verbatim -*> RHS is REAL array, dimension (N). +*> RHS is COMPLEX array, dimension (N). *> On entry, RHS contains contributions from other subsystems. *> On exit, RHS contains the solution of the subsystem with *> entries according to the value of IJOB (see above). Index: zla_gerpvgrw.f =================================================================== --- zla_gerpvgrw.f (revision 1735) +++ zla_gerpvgrw.f (working copy) @@ -61,7 +61,7 @@ *> *> \param[in] A *> \verbatim -*> A is DOUBLE PRECISION array, dimension (LDA,N) +*> A is COMPLEX*16 array, dimension (LDA,N) *> On entry, the N-by-N matrix A. *> \endverbatim *> @@ -73,7 +73,7 @@ *> *> \param[in] AF *> \verbatim -*> AF is DOUBLE PRECISION array, dimension (LDAF,N) +*> AF is COMPLEX*16 array, dimension (LDAF,N) *> The factors L and U from the factorization *> A = P*L*U as computed by ZGETRF. *> \endverbatim Index: zlatdf.f =================================================================== --- zlatdf.f (revision 1735) +++ zlatdf.f (working copy) @@ -70,7 +70,7 @@ *> *> \param[in] Z *> \verbatim -*> Z is DOUBLE PRECISION array, dimension (LDZ, N) +*> Z is COMPLEX*16 array, dimension (LDZ, N) *> On entry, the LU part of the factorization of the n-by-n *> matrix Z computed by ZGETC2: Z = P * L * U * Q *> \endverbatim @@ -83,7 +83,7 @@ *> *> \param[in,out] RHS *> \verbatim -*> RHS is DOUBLE PRECISION array, dimension (N). +*> RHS is COMPLEX*16 array, dimension (N). *> On entry, RHS contains contributions from other subsystems. *> On exit, RHS contains the solution of the subsystem with *> entries according to the value of IJOB (see above). Index: clarcm.f =================================================================== --- clarcm.f (revision 1735) +++ clarcm.f (working copy) @@ -72,7 +72,7 @@ *> *> \param[in] B *> \verbatim -*> B is REAL array, dimension (LDB, N) +*> B is COMPLEX array, dimension (LDB, N) *> B contains the M by N matrix B. *> \endverbatim *> Index: zlarcm.f =================================================================== --- zlarcm.f (revision 1735) +++ zlarcm.f (working copy) @@ -72,7 +72,7 @@ *> *> \param[in] B *> \verbatim -*> B is DOUBLE PRECISION array, dimension (LDB, N) +*> B is COMPLEX*16 array, dimension (LDB, N) *> B contains the M by N matrix B. *> \endverbatim *> Index: dlasq4.f =================================================================== --- dlasq4.f (revision 1735) +++ dlasq4.f (working copy) @@ -122,7 +122,7 @@ *> *> \param[in,out] G *> \verbatim -*> G is REAL +*> G is DOUBLE PRECISION *> G is passed as an argument in order to save its value between *> calls to DLASQ4. *> \endverbatim Index: zgbequb.f =================================================================== --- zgbequb.f (revision 1735) +++ zgbequb.f (working copy) @@ -84,7 +84,7 @@ *> *> \param[in] AB *> \verbatim -*> AB is DOUBLE PRECISION array, dimension (LDAB,N) +*> AB is COMPLEX*16 array, dimension (LDAB,N) *> On entry, the matrix A in band storage, in rows 1 to KL+KU+1. *> The j-th column of A is stored in the j-th column of the *> array AB as follows: Index: zhetrs2.f =================================================================== --- zhetrs2.f (revision 1735) +++ zhetrs2.f (working copy) @@ -101,7 +101,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is REAL array, dimension (N) +*> WORK is COMPLEX*16 array, dimension (N) *> \endverbatim *> *> \param[out] INFO Index: zla_herpvgrw.f =================================================================== --- zla_herpvgrw.f (revision 1735) +++ zla_herpvgrw.f (working copy) @@ -104,7 +104,7 @@ *> *> \param[in] WORK *> \verbatim -*> WORK is COMPLEX*16 array, dimension (2*N) +*> WORK is DOUBLE PRECISION array, dimension (2*N) *> \endverbatim * * Authors: Index: zla_lin_berr.f =================================================================== --- zla_lin_berr.f (revision 1735) +++ zla_lin_berr.f (working copy) @@ -67,7 +67,7 @@ *> *> \param[in] RES *> \verbatim -*> RES is DOUBLE PRECISION array, dimension (N,NRHS) +*> RES is COMPLEX*16 array, dimension (N,NRHS) *> The residual matrix, i.e., the matrix R in the relative backward *> error formula above. *> \endverbatim @@ -82,7 +82,7 @@ *> *> \param[out] BERR *> \verbatim -*> BERR is COMPLEX*16 array, dimension (NRHS) +*> BERR is DOUBLE PRECISION array, dimension (NRHS) *> The componentwise relative backward error from the formula above. *> \endverbatim * Index: cla_gbamv.f =================================================================== --- cla_gbamv.f (revision 1735) +++ cla_gbamv.f (working copy) @@ -107,7 +107,7 @@ *> *> \param[in] AB *> \verbatim -*> AB is REAL array, dimension (LDAB,n) +*> AB is COMPLEX array, dimension (LDAB,n) *> Before entry, the leading m by n part of the array AB must *> contain the matrix of coefficients. *> Unchanged on exit. @@ -124,7 +124,7 @@ *> *> \param[in] X *> \verbatim -*> X is REAL array, dimension +*> X is COMPLEX array, dimension *> ( 1 + ( n - 1 )*abs( INCX ) ) when TRANS = 'N' or 'n' *> and at least *> ( 1 + ( m - 1 )*abs( INCX ) ) otherwise. Index: zpbrfs.f =================================================================== --- zpbrfs.f (revision 1735) +++ zpbrfs.f (working copy) @@ -75,7 +75,7 @@ *> *> \param[in] AB *> \verbatim -*> AB is DOUBLE PRECISION array, dimension (LDAB,N) +*> AB is COMPLEX*16 array, dimension (LDAB,N) *> The upper or lower triangle of the Hermitian band matrix A, *> stored in the first KD+1 rows of the array. The j-th column *> of A is stored in the j-th column of the array AB as follows: Index: cptts2.f =================================================================== --- cptts2.f (revision 1735) +++ cptts2.f (working copy) @@ -86,7 +86,7 @@ *> *> \param[in,out] B *> \verbatim -*> B is REAL array, dimension (LDB,NRHS) +*> B is COMPLEX array, dimension (LDB,NRHS) *> On entry, the right hand side vectors B for the system of *> linear equations. *> On exit, the solution vectors, X. Index: cpttrs.f =================================================================== --- cpttrs.f (revision 1735) +++ cpttrs.f (working copy) @@ -87,7 +87,7 @@ *> *> \param[in,out] B *> \verbatim -*> B is REAL array, dimension (LDB,NRHS) +*> B is COMPLEX array, dimension (LDB,NRHS) *> On entry, the right hand side vectors B for the system of *> linear equations. *> On exit, the solution vectors, X. Index: zptts2.f =================================================================== --- zptts2.f (revision 1735) +++ zptts2.f (working copy) @@ -86,7 +86,7 @@ *> *> \param[in,out] B *> \verbatim -*> B is DOUBLE PRECISION array, dimension (LDB,NRHS) +*> B is COMPLEX*16 array, dimension (LDB,NRHS) *> On entry, the right hand side vectors B for the system of *> linear equations. *> On exit, the solution vectors, X. Index: zpttrs.f =================================================================== --- zpttrs.f (revision 1735) +++ zpttrs.f (working copy) @@ -87,7 +87,7 @@ *> *> \param[in,out] B *> \verbatim -*> B is DOUBLE PRECISION array, dimension (LDB,NRHS) +*> B is COMPLEX*16 array, dimension (LDB,NRHS) *> On entry, the right hand side vectors B for the system of *> linear equations. *> On exit, the solution vectors, X. Index: cla_herpvgrw.f =================================================================== --- cla_herpvgrw.f (revision 1735) +++ cla_herpvgrw.f (working copy) @@ -104,7 +104,7 @@ *> *> \param[in] WORK *> \verbatim -*> WORK is COMPLEX array, dimension (2*N) +*> WORK is REAL array, dimension (2*N) *> \endverbatim * * Authors: Index: zla_porpvgrw.f =================================================================== --- zla_porpvgrw.f (revision 1735) +++ zla_porpvgrw.f (working copy) @@ -88,7 +88,7 @@ *> *> \param[in] WORK *> \verbatim -*> WORK is COMPLEX*16 array, dimension (2*N) +*> WORK is DOUBLE PRECISION array, dimension (2*N) *> \endverbatim * * Authors: Index: cla_lin_berr.f =================================================================== --- cla_lin_berr.f (revision 1735) +++ cla_lin_berr.f (working copy) @@ -67,7 +67,7 @@ *> *> \param[in] RES *> \verbatim -*> RES is REAL array, dimension (N,NRHS) +*> RES is COMPLEX array, dimension (N,NRHS) *> The residual matrix, i.e., the matrix R in the relative backward *> error formula above. *> \endverbatim @@ -82,7 +82,7 @@ *> *> \param[out] BERR *> \verbatim -*> BERR is COMPLEX array, dimension (NRHS) +*> BERR is REAL array, dimension (NRHS) *> The componentwise relative backward error from the formula above. *> \endverbatim * Index: zsytrs2.f =================================================================== --- zsytrs2.f (revision 1735) +++ zsytrs2.f (working copy) @@ -106,7 +106,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is REAL array, dimension (N) +*> WORK is COMPLEX*16 array, dimension (N) *> \endverbatim *> *> \param[out] INFO