summaryrefslogtreecommitdiff
path: root/SRC/slaic1.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slaic1.f')
-rw-r--r--SRC/slaic1.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/slaic1.f b/SRC/slaic1.f
index 42324685..88807c8c 100644
--- a/SRC/slaic1.f
+++ b/SRC/slaic1.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SLAIC1( JOB, J, X, SEST, W, GAMMA, SESTPR, S, C )
*
@@ -28,11 +28,11 @@
* REAL W( J ), X( J )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SLAIC1 applies one step of incremental condition estimation in
*> its simplest version:
@@ -59,11 +59,10 @@
*> [ gamma ]
*>
*> where alpha = x**T*w.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] JOB
*> \verbatim
@@ -119,10 +118,9 @@
*> C is REAL
*> Cosine needed in forming xhat.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley