summaryrefslogtreecommitdiff
path: root/SRC/zpbsvx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
commit1c3ba600671a59785b0c647d400226b4cc19a11f (patch)
tree2af647fcff119db522016721e10b5ee7768d22bb /SRC/zpbsvx.f
parentd5c30c90bdecf38da1064e2ed52583634573e741 (diff)
downloadlapack-1c3ba600671a59785b0c647d400226b4cc19a11f.tar.gz
lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.tar.bz2
lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.zip
Cosmetic changes in Doxygen presentation.
Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all.
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
*>
* =====================================================================