aboutsummaryrefslogtreecommitdiff
path: root/SRC/zla_gerpvgrw.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zla_gerpvgrw.f')
-rw-r--r--SRC/zla_gerpvgrw.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zla_gerpvgrw.f b/SRC/zla_gerpvgrw.f
index aae5e666..01359701 100644
--- a/SRC/zla_gerpvgrw.f
+++ b/SRC/zla_gerpvgrw.f
@@ -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