summaryrefslogtreecommitdiff
path: root/SRC/sla_wwaddw.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-01-28 18:44:38 +0000
committerjulie <julielangou@users.noreply.github.com>2010-01-28 18:44:38 +0000
commit616eee3f2d29f2438fef25e1d044b000a3990c0f (patch)
tree38a83abb9258ab1583d789673e39035c7afff66f /SRC/sla_wwaddw.f
parentf020b6fd2f76145b2f4dae5112dc7d4e94383e7b (diff)
downloadlapack-616eee3f2d29f2438fef25e1d044b000a3990c0f.tar.gz
lapack-616eee3f2d29f2438fef25e1d044b000a3990c0f.tar.bz2
lapack-616eee3f2d29f2438fef25e1d044b000a3990c0f.zip
Polish some comments, etc.. for the C wrapper
Diffstat (limited to 'SRC/sla_wwaddw.f')
-rw-r--r--SRC/sla_wwaddw.f9
1 files changed, 6 insertions, 3 deletions
diff --git a/SRC/sla_wwaddw.f b/SRC/sla_wwaddw.f
index 88152557..ede96709 100644
--- a/SRC/sla_wwaddw.f
+++ b/SRC/sla_wwaddw.f
@@ -31,10 +31,13 @@
* N (input) INTEGER
* The length of vectors X, Y, and W.
*
-* X, Y (input/output) REAL array, length N
-* The doubled-single accumulation vector.
+* X (input/output) REAL array, dimension (N)
+* The first part of the doubled-single accumulation vector.
*
-* W (input) REAL array, length N
+* Y (input/output) REAL array, dimension (N)
+* The second part of the doubled-single accumulation vector.
+*
+* W (input) REAL array, dimension (N)
* The vector to be added.
*
* =====================================================================