summaryrefslogtreecommitdiff
path: root/BLAS/SRC/scabs1.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/scabs1.f')
-rw-r--r--BLAS/SRC/scabs1.f50
1 files changed, 45 insertions, 5 deletions
diff --git a/BLAS/SRC/scabs1.f b/BLAS/SRC/scabs1.f
index eccb9f61..f17280fe 100644
--- a/BLAS/SRC/scabs1.f
+++ b/BLAS/SRC/scabs1.f
@@ -1,12 +1,52 @@
- REAL FUNCTION SCABS1(Z)
-* .. Scalar Arguments ..
- COMPLEX Z
-* ..
+*> \brief \b SCABS1
+*
+* =========== DOCUMENTATION ===========
*
+* Online html documentation available at
+* http://www.netlib.org/lapack/explore-html/
+*
+* Definition
+* ==========
+*
+* REAL FUNCTION SCABS1(Z)
+*
+* .. Scalar Arguments ..
+* COMPLEX Z
+* ..
+*
* Purpose
* =======
*
-* SCABS1 computes absolute value of a complex number
+*>\details \b Purpose:
+*>\verbatim
+*>
+*> SCABS1 computes absolute value of a complex number
+*>
+*>\endverbatim
+*
+* Authors
+* =======
+*
+*> \author Univ. of Tennessee
+*> \author Univ. of California Berkeley
+*> \author Univ. of Colorado Denver
+*> \author NAG Ltd.
+*
+*> \date November 2011
+*
+*> \ingroup single_blas_level1
+*
+* =====================================================================
+ REAL FUNCTION SCABS1(Z)
+*
+* -- Reference BLAS level1 routine (version 3.4.0) --
+* -- Reference BLAS is a software package provided by Univ. of Tennessee, --
+* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
+* November 2011
+*
+* .. Scalar Arguments ..
+ COMPLEX Z
+* ..
*
* =====================================================================
*