diff options
author | julie <julielangou@users.noreply.github.com> | 2015-11-11 06:20:49 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2015-11-11 06:20:49 +0000 |
commit | 5df478d1d628d2291efd3292e1efe3ff271c2289 (patch) | |
tree | 507e05dd523743bc7c9f4ab15b955d7e602b4a7a /SRC/dspgvd.f | |
parent | 9c71847ec50a8e5911ab34198321f60132bbdf2b (diff) | |
download | lapack-5df478d1d628d2291efd3292e1efe3ff271c2289.tar.gz lapack-5df478d1d628d2291efd3292e1efe3ff271c2289.tar.bz2 lapack-5df478d1d628d2291efd3292e1efe3ff271c2289.zip |
Committing patch submitted by Christopher Conrad on Sept 25th 2015
From Christopher:
I noticed the following errors in the documentation and attached
patches for all of them:
- Sometimes the function name in the docstring \brief does not match the
actual function name (ex: xSYGV*).
- According to the documentation, xLAHRD is obsolete but not deprecated.
- The parameter N in xLA(R)SCL2 is not the number of columns of D.
Also, I updated the Doxyfile (doxygen -u DOCS/Doxyfile) and removed
the missing DOT_FONTNAME to get rid of the Doxygen warnings.
Diffstat (limited to 'SRC/dspgvd.f')
-rw-r--r-- | SRC/dspgvd.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dspgvd.f b/SRC/dspgvd.f index 5d57ce48..9869ef60 100644 --- a/SRC/dspgvd.f +++ b/SRC/dspgvd.f @@ -1,4 +1,4 @@ -*> \brief \b DSPGST +*> \brief \b DSPGVD * * =========== DOCUMENTATION =========== * |