summaryrefslogtreecommitdiff
path: root/SRC/zpbtrs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zpbtrs.f')
-rw-r--r--SRC/zpbtrs.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zpbtrs.f b/SRC/zpbtrs.f
index 91950926..ac1c9f95 100644
--- a/SRC/zpbtrs.f
+++ b/SRC/zpbtrs.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZPBTRS( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO )
*
@@ -28,20 +28,19 @@
* COMPLEX*16 AB( LDAB, * ), B( LDB, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZPBTRS solves a system of linear equations A*X = B with a Hermitian
*> positive definite band matrix A using the Cholesky factorization
*> A = U**H *U or A = L*L**H computed by ZPBTRF.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -106,10 +105,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