Skip to content

Commit e79eae6

Browse files
xHEEVR: fix a copy-and-paste error
Thanks to @langou for proof-reading.
1 parent 88f15c2 commit e79eae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/cheevr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*> \verbatim
4242
*>
4343
*> CHEEVR computes selected eigenvalues and, optionally, eigenvectors
44-
*> of a real symmetric matrix A. Eigenvalues and eigenvectors can be
44+
*> of a complex Hermitian matrix A. Eigenvalues and eigenvectors can be
4545
*> selected by specifying either a range of values or a range of indices
4646
*> for the desired eigenvalues. Invocations with different choices for
4747
*> these parameters may result in the computation of slightly different

SRC/zheevr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*> \verbatim
4242
*>
4343
*> ZHEEVR computes selected eigenvalues and, optionally, eigenvectors
44-
*> of a real symmetric matrix A. Eigenvalues and eigenvectors can be
44+
*> of a complex Hermitian matrix A. Eigenvalues and eigenvectors can be
4545
*> selected by specifying either a range of values or a range of indices
4646
*> for the desired eigenvalues. Invocations with different choices for
4747
*> these parameters may result in the computation of slightly different

0 commit comments

Comments
 (0)