summaryrefslogtreecommitdiff
path: root/BLAS/SRC/icamax.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/icamax.f')
-rw-r--r--BLAS/SRC/icamax.f20
1 files changed, 20 insertions, 0 deletions
diff --git a/BLAS/SRC/icamax.f b/BLAS/SRC/icamax.f
index 37035c7a..763172f6 100644
--- a/BLAS/SRC/icamax.f
+++ b/BLAS/SRC/icamax.f
@@ -26,6 +26,26 @@
*> ICAMAX finds the index of the first element having maximum |Re(.)| + |Im(.)|
*> \endverbatim
*
+* Arguments:
+* ==========
+*
+*> \param[in] N
+*> \verbatim
+*> N is INTEGER
+*> number of elements in input vector(s)
+*> \endverbatim
+*>
+*> \param[in] CX
+*> \verbatim
+*> CX is COMPLEX array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
+*> \endverbatim
+*>
+*> \param[in] INCX
+*> \verbatim
+*> INCX is INTEGER
+*> storage spacing between elements of SX
+*> \endverbatim
+*
* Authors:
* ========
*