summaryrefslogtreecommitdiff
path: root/SRC/zla_heamv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/zla_heamv.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
downloadlapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.gz
lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.bz2
lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.zip
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/zla_heamv.f')
-rw-r--r--SRC/zla_heamv.f8
1 files changed, 4 insertions, 4 deletions
diff --git a/SRC/zla_heamv.f b/SRC/zla_heamv.f
index 31946f44..fea569c3 100644
--- a/SRC/zla_heamv.f
+++ b/SRC/zla_heamv.f
@@ -60,11 +60,11 @@
* N must be at least zero.
* Unchanged on exit.
*
-* ALPHA - DOUBLE PRECISION .
+* ALPHA (input) DOUBLE PRECISION .
* On entry, ALPHA specifies the scalar alpha.
* Unchanged on exit.
*
-* A - COMPLEX*16 array of DIMENSION ( LDA, n ).
+* A (input) COMPLEX*16 array, DIMENSION ( LDA, n ).
* Before entry, the leading m by n part of the array A must
* contain the matrix of coefficients.
* Unchanged on exit.
@@ -75,7 +75,7 @@
* max( 1, n ).
* Unchanged on exit.
*
-* X - COMPLEX*16 array of DIMENSION at least
+* X (input) COMPLEX*16 array, DIMENSION at least
* ( 1 + ( n - 1 )*abs( INCX ) )
* Before entry, the incremented array X must contain the
* vector x.
@@ -86,7 +86,7 @@
* X. INCX must not be zero.
* Unchanged on exit.
*
-* BETA - DOUBLE PRECISION .
+* BETA (input) DOUBLE PRECISION .
* On entry, BETA specifies the scalar beta. When BETA is
* supplied as zero then Y need not be set on input.
* Unchanged on exit.