aboutsummaryrefslogtreecommitdiff
path: root/SRC/sgtsv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
commitd5c30c90bdecf38da1064e2ed52583634573e741 (patch)
tree480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/sgtsv.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
Never say never...
Diffstat (limited to 'SRC/sgtsv.f')
-rw-r--r--SRC/sgtsv.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/sgtsv.f b/SRC/sgtsv.f
index 59a13c53..7c16fd42 100644
--- a/SRC/sgtsv.f
+++ b/SRC/sgtsv.f
@@ -66,8 +66,7 @@
*> DL is REAL array, dimension (N-1)
*> On entry, DL must contain the (n-1) sub-diagonal elements of
*> A.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, DL is overwritten by the (n-2) elements of the
*> second super-diagonal of the upper triangular matrix U from
*> the LU factorization of A, in DL(1), ..., DL(n-2).
@@ -77,8 +76,7 @@
*> \verbatim
*> D is REAL array, dimension (N)
*> On entry, D must contain the diagonal elements of A.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, D is overwritten by the n diagonal elements of U.
*> \endverbatim
*>
@@ -87,8 +85,7 @@
*> DU is REAL array, dimension (N-1)
*> On entry, DU must contain the (n-1) super-diagonal elements
*> of A.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, DU is overwritten by the (n-1) elements of the first
*> super-diagonal of U.
*> \endverbatim