summaryrefslogtreecommitdiff
path: root/SRC/sgtsv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgtsv.f')
-rw-r--r--SRC/sgtsv.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/sgtsv.f b/SRC/sgtsv.f
index 7c16fd42..219d47bd 100644
--- a/SRC/sgtsv.f
+++ b/SRC/sgtsv.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SGTSV( N, NRHS, DL, D, DU, B, LDB, INFO )
*
@@ -27,11 +27,11 @@
* REAL B( LDB, * ), D( * ), DL( * ), DU( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SGTSV solves the equation
*>
@@ -42,11 +42,10 @@
*>
*> Note that the equation A**T*X = B may be solved by interchanging the
*> order of the arguments DU and DL.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -112,10 +111,9 @@
*> has not been computed. The factorization has not been
*> completed unless i = N.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley