summaryrefslogtreecommitdiff
path: root/BLAS/SRC/idamax.f
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2017-06-12 11:48:13 +0200
committerHenning Thielemann <git@henning-thielemann.de>2017-06-12 11:48:13 +0200
commit866ee11795433109f97d3c4c1712d2b301929885 (patch)
tree275b493e1a1c6a9269062a2f6c699a87dafe28f9 /BLAS/SRC/idamax.f
parentbfe60f45713ec225ee565dd9a28bca0c99378511 (diff)
downloadlapack-866ee11795433109f97d3c4c1712d2b301929885.tar.gz
lapack-866ee11795433109f97d3c4c1712d2b301929885.tar.bz2
lapack-866ee11795433109f97d3c4c1712d2b301929885.zip
BLAS: add Doxygen comments for parameters where missing
Diffstat (limited to 'BLAS/SRC/idamax.f')
-rw-r--r--BLAS/SRC/idamax.f20
1 files changed, 20 insertions, 0 deletions
diff --git a/BLAS/SRC/idamax.f b/BLAS/SRC/idamax.f
index 95856602..17041680 100644
--- a/BLAS/SRC/idamax.f
+++ b/BLAS/SRC/idamax.f
@@ -26,6 +26,26 @@
*> IDAMAX finds the index of the first element having maximum absolute value.
*> \endverbatim
*
+* Arguments:
+* ==========
+*
+*> \param[in] N
+*> \verbatim
+*> N is INTEGER
+*> number of elements in input vector(s)
+*> \endverbatim
+*>
+*> \param[in] DX
+*> \verbatim
+*> DX is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCX ) )
+*> \endverbatim
+*>
+*> \param[in] INCX
+*> \verbatim
+*> INCX is INTEGER
+*> storage spacing between elements of SX
+*> \endverbatim
+*
* Authors:
* ========
*