aboutsummaryrefslogtreecommitdiff
path: root/SRC/zgbtrs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgbtrs.f')
-rw-r--r--SRC/zgbtrs.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zgbtrs.f b/SRC/zgbtrs.f
index 2ca3591f..ea1d9864 100644
--- a/SRC/zgbtrs.f
+++ b/SRC/zgbtrs.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB,
* INFO )
@@ -30,21 +30,20 @@
* COMPLEX*16 AB( LDAB, * ), B( LDB, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZGBTRS solves a system of linear equations
*> A * X = B, A**T * X = B, or A**H * X = B
*> with a general band matrix A using the LU factorization computed
*> by ZGBTRF.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] TRANS
*> \verbatim
@@ -122,10 +121,9 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley