summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sasum.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/sasum.f')
-rw-r--r--BLAS/SRC/sasum.f20
1 files changed, 20 insertions, 0 deletions
diff --git a/BLAS/SRC/sasum.f b/BLAS/SRC/sasum.f
index a453ff70..0afe77c6 100644
--- a/BLAS/SRC/sasum.f
+++ b/BLAS/SRC/sasum.f
@@ -27,6 +27,26 @@
*> uses unrolled loops for increment equal to one.
*> \endverbatim
*
+* Arguments:
+* ==========
+*
+*> \param[in] N
+*> \verbatim
+*> N is INTEGER
+*> number of elements in input vector(s)
+*> \endverbatim
+*>
+*> \param[in] SX
+*> \verbatim
+*> SX is REAL array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
+*> \endverbatim
+*>
+*> \param[in] INCX
+*> \verbatim
+*> INCX is INTEGER
+*> storage spacing between elements of SX
+*> \endverbatim
+*
* Authors:
* ========
*