summaryrefslogtreecommitdiff
path: root/BLAS/SRC/srotm.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/srotm.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/srotm.f')
-rw-r--r--BLAS/SRC/srotm.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/BLAS/SRC/srotm.f b/BLAS/SRC/srotm.f
index c71f7f01..a0d00f28 100644
--- a/BLAS/SRC/srotm.f
+++ b/BLAS/SRC/srotm.f
@@ -52,8 +52,7 @@
*>
*> \param[in,out] SX
*> \verbatim
-*> SX is REAL array, dimension N
-*> double precision vector with N elements
+*> SX is REAL array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
*> \endverbatim
*>
*> \param[in] INCX
@@ -64,8 +63,7 @@
*>
*> \param[in,out] SY
*> \verbatim
-*> SY is REAL array, dimension N
-*> double precision vector with N elements
+*> SY is REAL array, dimension ( 1 + ( N - 1 )*abs( INCY ) )
*> \endverbatim
*>
*> \param[in] INCY