summaryrefslogtreecommitdiff
path: root/BLAS/SRC/drotm.f
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2017-06-12 11:39:47 +0200
committerHenning Thielemann <git@henning-thielemann.de>2017-06-12 11:39:47 +0200
commitff6637d893261a2248e939db741ed9422f421c72 (patch)
tree03830d4ecf42e8956c8c92610ee89d3d789b2fe6 /BLAS/SRC/drotm.f
parent98fd66325bd6900becd886df52293158d14096a3 (diff)
downloadlapack-ff6637d893261a2248e939db741ed9422f421c72.tar.gz
lapack-ff6637d893261a2248e939db741ed9422f421c72.tar.bz2
lapack-ff6637d893261a2248e939db741ed9422f421c72.zip
BLAS/xROTM; parameter comments for xX and xY: correct array dimension
Diffstat (limited to 'BLAS/SRC/drotm.f')
-rw-r--r--BLAS/SRC/drotm.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/BLAS/SRC/drotm.f b/BLAS/SRC/drotm.f
index b006dbd5..f75b88b3 100644
--- a/BLAS/SRC/drotm.f
+++ b/BLAS/SRC/drotm.f
@@ -51,8 +51,7 @@
*>
*> \param[in,out] DX
*> \verbatim
-*> DX is DOUBLE PRECISION array, dimension N
-*> double precision vector with N elements
+*> DX is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
*> \endverbatim
*>
*> \param[in] INCX
@@ -63,8 +62,7 @@
*>
*> \param[in,out] DY
*> \verbatim
-*> DY is DOUBLE PRECISION array, dimension N
-*> double precision vector with N elements
+*> DY is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCY ) )
*> \endverbatim
*>
*> \param[in] INCY