diff options
author | Julien Langou <julien.langou@ucdenver.edu> | 2017-02-16 22:38:38 +0100 |
---|---|---|
committer | Julien Langou <julien.langou@ucdenver.edu> | 2017-02-16 22:38:38 +0100 |
commit | 77a7afb48d8633d9865a6f7473d542dc81d9bc97 (patch) | |
tree | 614a58fe6c45595a41460290f18f1feae8996bb4 /SRC | |
parent | 8ca6cfda54215da92fb8db6270289bec8c8132ed (diff) | |
download | lapack-77a7afb48d8633d9865a6f7473d542dc81d9bc97.tar.gz lapack-77a7afb48d8633d9865a6f7473d542dc81d9bc97.tar.bz2 lapack-77a7afb48d8633d9865a6f7473d542dc81d9bc97.zip |
Fix #124
Diffstat (limited to 'SRC')
-rw-r--r-- | SRC/dsyevr.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsyevr.f b/SRC/dsyevr.f index 42f6081c..975c17f7 100644 --- a/SRC/dsyevr.f +++ b/SRC/dsyevr.f @@ -88,7 +88,7 @@ *> *> Note 1 : DSYEVR calls DSTEMR when the full spectrum is requested *> on machines which conform to the ieee-754 floating point standard. -*> DSYEVR calls DSTEBZ and SSTEIN on non-ieee machines and +*> DSYEVR calls DSTEBZ and DSTEIN on non-ieee machines and *> when partial spectrum requests are made. *> *> Normal execution of DSTEMR may create NaNs and infinities and |