summaryrefslogtreecommitdiff
path: root/SRC/zpbsvx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zpbsvx.f')
-rw-r--r--SRC/zpbsvx.f39
1 files changed, 19 insertions, 20 deletions
diff --git a/SRC/zpbsvx.f b/SRC/zpbsvx.f
index a7739ee7..be4e98b1 100644
--- a/SRC/zpbsvx.f
+++ b/SRC/zpbsvx.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZPBSVX( FACT, UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB,
* EQUED, S, B, LDB, X, LDX, RCOND, FERR, BERR,
@@ -33,11 +33,11 @@
* $ WORK( * ), X( LDX, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZPBSVX uses the Cholesky factorization A = U**H*U or A = L*L**H to
*> compute the solution to a complex system of linear equations
@@ -47,9 +47,12 @@
*>
*> Error bounds on the solution and a condition estimate are also
*> provided.
+*> \endverbatim
+*
+*> \par Description:
+* =================
*>
-*> Description
-*> ===========
+*> \verbatim
*>
*> The following steps are performed:
*>
@@ -85,11 +88,10 @@
*> 6. If equilibration was used, the matrix X is premultiplied by
*> diag(S) so that it solves the original system before
*> equilibration.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] FACT
*> \verbatim
@@ -290,10 +292,9 @@
*> computed solution can be more accurate than the
*> value of RCOND would suggest.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -304,10 +305,9 @@
*
*> \ingroup complex16OTHERsolve
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> The band storage scheme is illustrated by the following example, when
@@ -335,7 +335,6 @@
*> a31 a42 a53 a64 * *
*>
*> Array elements marked * are not used by the routine.
-*>
*> \endverbatim
*>
* =====================================================================