summaryrefslogtreecommitdiff
path: root/SRC/zhpev.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zhpev.f')
-rw-r--r--SRC/zhpev.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/zhpev.f b/SRC/zhpev.f
index 333b38e9..11cc330e 100644
--- a/SRC/zhpev.f
+++ b/SRC/zhpev.f
@@ -72,8 +72,7 @@
*> is stored in the array AP as follows:
*> if UPLO = 'U', AP(i + (j-1)*j/2) = A(i,j) for 1<=i<=j;
*> if UPLO = 'L', AP(i + (j-1)*(2*n-j)/2) = A(i,j) for j<=i<=n.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, AP is overwritten by values generated during the
*> reduction to tridiagonal form. If UPLO = 'U', the diagonal
*> and first superdiagonal of the tridiagonal matrix T overwrite