From f19e60eae7501b29b32121b21313585dfe46cf3b Mon Sep 17 00:00:00 2001 From: julie Date: Fri, 10 Aug 2012 17:32:23 +0000 Subject: 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 , 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 , 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 --- SRC/zptsvx.f | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SRC/zptsvx.f') diff --git a/SRC/zptsvx.f b/SRC/zptsvx.f index 3f376fa5..7c9ee91a 100644 --- a/SRC/zptsvx.f +++ b/SRC/zptsvx.f @@ -1,4 +1,4 @@ -*> \brief \b ZPTSVX +*> \brief ZPTSVX computes the solution to system of linear equations A * X = B for PT matrices * * =========== DOCUMENTATION =========== * @@ -228,13 +228,13 @@ * *> \date April 2012 * -*> \ingroup complex16OTHERcomputational +*> \ingroup complex16PTsolve * * ===================================================================== SUBROUTINE ZPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, $ RCOND, FERR, BERR, WORK, RWORK, INFO ) * -* -- LAPACK computational routine (version 3.4.1) -- +* -- LAPACK driver routine (version 3.4.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * April 2012 -- cgit v1.2.3