summaryrefslogtreecommitdiff
path: root/SRC/chbgv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/chbgv.f')
-rw-r--r--SRC/chbgv.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/chbgv.f b/SRC/chbgv.f
index fcb39ee6..83462b36 100644
--- a/SRC/chbgv.f
+++ b/SRC/chbgv.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CHBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z,
* LDZ, WORK, RWORK, INFO )
@@ -31,21 +31,20 @@
* $ Z( LDZ, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CHBGV computes all the eigenvalues, and optionally, the eigenvectors
*> of a complex generalized Hermitian-definite banded eigenproblem, of
*> the form A*x=(lambda)*B*x. Here A and B are assumed to be Hermitian
*> and banded, and B is also positive definite.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] JOBZ
*> \verbatim
@@ -167,10 +166,9 @@
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley