summaryrefslogtreecommitdiff
path: root/SRC/chpev.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/chpev.f')
-rw-r--r--SRC/chpev.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/chpev.f b/SRC/chpev.f
index 16d72408..b49aa5fa 100644
--- a/SRC/chpev.f
+++ b/SRC/chpev.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CHPEV( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, RWORK,
* INFO )
@@ -30,19 +30,18 @@
* COMPLEX AP( * ), WORK( * ), Z( LDZ, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CHPEV computes all the eigenvalues and, optionally, eigenvectors of a
*> complex Hermitian matrix in packed storage.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] JOBZ
*> \verbatim
@@ -122,10 +121,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