Correct comments and Doxygen generation following comments from Sa-Lin Cheng Bernstei...
authorjulie <julielangou@users.noreply.github.com>
Fri, 10 Aug 2012 17:32:23 +0000 (17:32 +0000)
committerjulie <julielangou@users.noreply.github.com>
Fri, 10 Aug 2012 17:32:23 +0000 (17:32 +0000)
commitf19e60eae7501b29b32121b21313585dfe46cf3b
tree9935b3b772c97bf7538a0a9d7b28cfdb6cb86a6a
parenteca2d3e81e78f3decb20f86a9462ef9a3f49d7c3
Correct comments and Doxygen generation following comments from Sa-Lin Cheng Bernstein sent to lapack mailing list on August 9th 2012

While looking at the new lapack version (v3.4.1) and going through the routines on http://www.netlib.org/lapack/lapack_routine/, we found some errors and thought that we should report them. Below is the list of the errors.

====================================================================
(1) Should be "\ingroup complex16OTHERsolve" and not "\ingroup complex16OTHERcomputational" because they are driver routines; in addition, in the line just below SUBROUTINE <routinename>, it should be driver routine:
sgtsv.f
sgtsvx.f
sptsv.f
sptsvx.f
dgtsv.f
dgtsvx.f
dptsv.f
dptsvx.f
cgtsv.f
cgtsvx.f
cptsv.f
cptsvx.f
zgtsv.f
zgtsvx.f
zptsv.f
zptsvx.f

(2) Should be "\ingroup complex16SYsolve" and not "\ingroup complex16OTHERcomputational" because they are driver routines; in addition, in the line just below SUBROUTINE <routinename>, it should be driver routine:
ssysvxx.f
dsysvxx.f

(3) Should be "\ingroup realOTHERcomputational" and not ""\ingroup auxOTHERcomputational":
spttrf.f

(4) Should be "\ingroup doubleOTHERcomputational" and not ""\ingroup auxOTHERcomputational":
dpttrf.f

(5) Should be "symmetric matrix" and not "Hermitian indefinite matrix" in "\par Purpose:"
ssytri2.f
dsytri2.f
csytri2.f
zsytri2.f

(6) Should be "\ingroup realGEsing" and not "\ingroup realGEcomputational":
sgejsv.f
dgejsv.f
69 files changed:
DOCS/Doxyfile
DOCS/groups-usr.dox
SRC/cgtcon.f
SRC/cgtrfs.f
SRC/cgtsv.f
SRC/cgtsvx.f
SRC/cgttrf.f
SRC/cgttrs.f
SRC/cgtts2.f
SRC/cptcon.f
SRC/cpteqr.f
SRC/cptrfs.f
SRC/cptsv.f
SRC/cptsvx.f
SRC/cpttrf.f
SRC/cpttrs.f
SRC/cptts2.f
SRC/csytri2.f
SRC/dgejsv.f
SRC/dgtcon.f
SRC/dgtrfs.f
SRC/dgtsv.f
SRC/dgtsvx.f
SRC/dgttrf.f
SRC/dgttrs.f
SRC/dgtts2.f
SRC/dptcon.f
SRC/dpteqr.f
SRC/dptrfs.f
SRC/dptsv.f
SRC/dptsvx.f
SRC/dpttrf.f
SRC/dpttrs.f
SRC/dptts2.f
SRC/dsysvxx.f
SRC/dsytri2.f
SRC/sgejsv.f
SRC/sgtcon.f
SRC/sgtrfs.f
SRC/sgtsv.f
SRC/sgtsvx.f
SRC/sgttrf.f
SRC/sgttrs.f
SRC/sgtts2.f
SRC/sptcon.f
SRC/spteqr.f
SRC/sptrfs.f
SRC/sptsv.f
SRC/sptsvx.f
SRC/spttrs.f
SRC/sptts2.f
SRC/ssysvxx.f
SRC/ssytri2.f
SRC/zgtcon.f
SRC/zgtrfs.f
SRC/zgtsv.f
SRC/zgtsvx.f
SRC/zgttrf.f
SRC/zgttrs.f
SRC/zgtts2.f
SRC/zptcon.f
SRC/zpteqr.f
SRC/zptrfs.f
SRC/zptsv.f
SRC/zptsvx.f
SRC/zpttrf.f
SRC/zpttrs.f
SRC/zptts2.f
SRC/zsytri2.f