aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgtrfs.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-08-10 17:32:23 +0000
committerjulie <julielangou@users.noreply.github.com>2012-08-10 17:32:23 +0000
commitf19e60eae7501b29b32121b21313585dfe46cf3b (patch)
tree9935b3b772c97bf7538a0a9d7b28cfdb6cb86a6a /SRC/dgtrfs.f
parenteca2d3e81e78f3decb20f86a9462ef9a3f49d7c3 (diff)
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
Diffstat (limited to 'SRC/dgtrfs.f')
-rw-r--r--SRC/dgtrfs.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgtrfs.f b/SRC/dgtrfs.f
index 932945b1..e1226c12 100644
--- a/SRC/dgtrfs.f
+++ b/SRC/dgtrfs.f
@@ -202,7 +202,7 @@
*
*> \date November 2011
*
-*> \ingroup doubleOTHERcomputational
+*> \ingroup doubleGTcomputational
*
* =====================================================================
SUBROUTINE DGTRFS( TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, DU2,