Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
xHEEVR: fix a copy-and-paste error
Thanks to @langou for proof-reading.
  • Loading branch information
christoph-conrads committed Mar 21, 2024
commit e79eae6c4e4d620efb95f739a3bcab5a9329cc26
2 changes: 1 addition & 1 deletion SRC/cheevr.f
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*> \verbatim
*>
*> CHEEVR computes selected eigenvalues and, optionally, eigenvectors
*> of a real symmetric matrix A. Eigenvalues and eigenvectors can be
*> of a complex Hermitian matrix A. Eigenvalues and eigenvectors can be
*> selected by specifying either a range of values or a range of indices
*> for the desired eigenvalues. Invocations with different choices for
*> these parameters may result in the computation of slightly different
Expand Down
2 changes: 1 addition & 1 deletion SRC/zheevr.f
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*> \verbatim
*>
*> ZHEEVR computes selected eigenvalues and, optionally, eigenvectors
*> of a real symmetric matrix A. Eigenvalues and eigenvectors can be
*> of a complex Hermitian matrix A. Eigenvalues and eigenvectors can be
*> selected by specifying either a range of values or a range of indices
*> for the desired eigenvalues. Invocations with different choices for
*> these parameters may result in the computation of slightly different
Expand Down