aboutsummaryrefslogtreecommitdiff
path: root/SRC/sgtsvx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
committerjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
commit491fcee0303e374ba6df7b44247747624b956131 (patch)
treed7fb66ee3ec8d632c00918f8fea282a587aef9a7 /SRC/sgtsvx.f
parenta055c28aa29a338fef15d9d4550b03bcbbfda298 (diff)
Fix minor problem in some comments...
Diffstat (limited to 'SRC/sgtsvx.f')
-rw-r--r--SRC/sgtsvx.f10
1 files changed, 5 insertions, 5 deletions
diff --git a/SRC/sgtsvx.f b/SRC/sgtsvx.f
index 535f17a8..20e8c9c4 100644
--- a/SRC/sgtsvx.f
+++ b/SRC/sgtsvx.f
@@ -133,7 +133,7 @@
*>
*> \param[in,out] DLF
*> \verbatim
-*> DLF is or output) REAL array, dimension (N-1)
+*> DLF is REAL array, dimension (N-1)
*> If FACT = 'F', then DLF is an input argument and on entry
*> contains the (n-1) multipliers that define the matrix L from
*> the LU factorization of A as computed by SGTTRF.
@@ -145,7 +145,7 @@
*>
*> \param[in,out] DF
*> \verbatim
-*> DF is or output) REAL array, dimension (N)
+*> DF is REAL array, dimension (N)
*> If FACT = 'F', then DF is an input argument and on entry
*> contains the n diagonal elements of the upper triangular
*> matrix U from the LU factorization of A.
@@ -157,7 +157,7 @@
*>
*> \param[in,out] DUF
*> \verbatim
-*> DUF is or output) REAL array, dimension (N-1)
+*> DUF is REAL array, dimension (N-1)
*> If FACT = 'F', then DUF is an input argument and on entry
*> contains the (n-1) elements of the first superdiagonal of U.
*>
@@ -167,7 +167,7 @@
*>
*> \param[in,out] DU2
*> \verbatim
-*> DU2 is or output) REAL array, dimension (N-2)
+*> DU2 is REAL array, dimension (N-2)
*> If FACT = 'F', then DU2 is an input argument and on entry
*> contains the (n-2) elements of the second superdiagonal of
*> U.
@@ -179,7 +179,7 @@
*>
*> \param[in,out] IPIV
*> \verbatim
-*> IPIV is or output) INTEGER array, dimension (N)
+*> IPIV is INTEGER array, dimension (N)
*> If FACT = 'F', then IPIV is an input argument and on entry
*> contains the pivot indices from the LU factorization of A as
*> computed by SGTTRF.