summaryrefslogtreecommitdiff
path: root/SRC/cpbstf.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/cpbstf.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/cpbstf.f')
-rw-r--r--SRC/cpbstf.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/SRC/cpbstf.f b/SRC/cpbstf.f
index 3f4cf113..5fe54272 100644
--- a/SRC/cpbstf.f
+++ b/SRC/cpbstf.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CPBSTF( UPLO, N, KD, AB, LDAB, INFO )
*
@@ -28,11 +28,11 @@
* COMPLEX AB( LDAB, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CPBSTF computes a split Cholesky factorization of a complex
*> Hermitian positive definite band matrix A.
@@ -47,11 +47,10 @@
*>
*> where U is upper triangular of order m = (n+kd)/2, and L is lower
*> triangular of order n-m.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -102,10 +101,9 @@
*> because the updated element a(i,i) was negative; the
*> matrix A is not positive definite.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -116,10 +114,9 @@
*
*> \ingroup complexOTHERcomputational
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> The band storage scheme is illustrated by the following example, when
@@ -151,7 +148,6 @@
*>
*> Array elements marked * are not used by the routine; s12**H denotes
*> conjg(s12); the diagonal elements of S are real.
-*>
*> \endverbatim
*>
* =====================================================================