Skip to content

Commit 51a9157

Browse files
authored
Merge pull request #174 from sebastien-villemot/master
Fix typos.
2 parents 4d1ba79 + 437799d commit 51a9157

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SRC/dlarrv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*> VU is DOUBLE PRECISION
7070
*> Upper bound of the interval that contains the desired
7171
*> eigenvalues. VL < VU.
72-
*> Note: VU is currently not used by this implmentation of DLARRV, VU is
72+
*> Note: VU is currently not used by this implementation of DLARRV, VU is
7373
*> passed to DLARRV because it could be used compute gaps on the right end
7474
*> of the extremal eigenvalues. However, with not much initial accuracy in
7575
*> LAMBDA and VU, the formula can lead to an overestimation of the right gap

SRC/slarrv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*> VU is REAL
7070
*> Upper bound of the interval that contains the desired
7171
*> eigenvalues. VL < VU.
72-
*> Note: VU is currently not used by this implmentation of SLARRV, VU is
72+
*> Note: VU is currently not used by this implementation of SLARRV, VU is
7373
*> passed to SLARRV because it could be used compute gaps on the right end
7474
*> of the extremal eigenvalues. However, with not much initial accuracy in
7575
*> LAMBDA and VU, the formula can lead to an overestimation of the right gap

0 commit comments

Comments
 (0)