summaryrefslogtreecommitdiff
path: root/BLAS/SRC/srotm.f
diff options
context:
space:
mode:
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