summaryrefslogtreecommitdiff
path: root/SRC/sgtsv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgtsv.f')
-rw-r--r--SRC/sgtsv.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/sgtsv.f b/SRC/sgtsv.f
index fbd3f1f1..6482500c 100644
--- a/SRC/sgtsv.f
+++ b/SRC/sgtsv.f
@@ -1,4 +1,4 @@
-*> \brief \b SGTSV
+*> \brief <b> SGTSV computes the solution to system of linear equations A * X = B for GT matrices <b>
*
* =========== DOCUMENTATION ===========
*
@@ -122,12 +122,12 @@
*
*> \date November 2011
*
-*> \ingroup realOTHERcomputational
+*> \ingroup realGTsolve
*
* =====================================================================
SUBROUTINE SGTSV( N, NRHS, DL, D, DU, B, LDB, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.4.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* November 2011