summaryrefslogtreecommitdiff
path: root/SRC/zhbev.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zhbev.f')
-rw-r--r--SRC/zhbev.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zhbev.f b/SRC/zhbev.f
index 4d7f6f27..a8ce8338 100644
--- a/SRC/zhbev.f
+++ b/SRC/zhbev.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZHBEV( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK,
* RWORK, INFO )
@@ -30,19 +30,18 @@
* COMPLEX*16 AB( LDAB, * ), WORK( * ), Z( LDZ, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZHBEV computes all the eigenvalues and, optionally, eigenvectors of
*> a complex Hermitian band matrix A.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] JOBZ
*> \verbatim
@@ -136,10 +135,9 @@
*> off-diagonal elements of an intermediate tridiagonal
*> form did not converge to zero.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley