diff options
Diffstat (limited to 'BLAS/SRC/dasum.f')
-rw-r--r-- | BLAS/SRC/dasum.f | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/BLAS/SRC/dasum.f b/BLAS/SRC/dasum.f index fd3d9104..cc5977f7 100644 --- a/BLAS/SRC/dasum.f +++ b/BLAS/SRC/dasum.f @@ -26,6 +26,26 @@ *> DASUM takes the sum of the absolute values. *> \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 DX +*> \endverbatim +* * Authors: * ======== * |