aboutsummaryrefslogtreecommitdiff
path: root/SRC/zla_gerpvgrw.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2016-04-01 22:34:10 +0000
committerlangou <langou@users.noreply.github.com>2016-04-01 22:34:10 +0000
commit64ebc20f17d045fe04ed01f661fe56efeb82248f (patch)
tree12210e2ad339ae8691807d50aa0b48a298c8bac0 /SRC/zla_gerpvgrw.f
parent973e1ae83fb1c1a9987bb1427a7a93ac43e6b739 (diff)
See post on forum on Thu Mar 31, 2016:
http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4937 Thanks to Eugene Chereshnev (Intel)
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