summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sdot.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/sdot.f')
-rw-r--r--BLAS/SRC/sdot.f27
1 files changed, 12 insertions, 15 deletions
diff --git a/BLAS/SRC/sdot.f b/BLAS/SRC/sdot.f
index d3429a24..68555aad 100644
--- a/BLAS/SRC/sdot.f
+++ b/BLAS/SRC/sdot.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* REAL FUNCTION SDOT(N,SX,INCX,SY,INCY)
*
@@ -17,19 +17,18 @@
* REAL SX(*),SY(*)
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SDOT forms the dot product of two vectors.
*> uses unrolled loops for increments equal to one.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -40,15 +39,13 @@
*
*> \ingroup single_blas_level1
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> jack dongarra, linpack, 3/11/78.
*> modified 12/3/93, array(1) declarations changed to array(*)
-*>
*> \endverbatim
*>
* =====================================================================