aboutsummaryrefslogtreecommitdiff
path: root/SRC/zgtsvx.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/zgtsvx.f
parenta055c28aa29a338fef15d9d4550b03bcbbfda298 (diff)
Fix minor problem in some comments...
Diffstat (limited to 'SRC/zgtsvx.f')
-rw-r--r--SRC/zgtsvx.f10
1 files changed, 5 insertions, 5 deletions
diff --git a/SRC/zgtsvx.f b/SRC/zgtsvx.f
index dc74f169..1aba5d0f 100644
--- a/SRC/zgtsvx.f
+++ b/SRC/zgtsvx.f
@@ -134,7 +134,7 @@
*>
*> \param[in,out] DLF
*> \verbatim
-*> DLF is or output) COMPLEX*16 array, dimension (N-1)
+*> DLF is COMPLEX*16 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 ZGTTRF.
@@ -146,7 +146,7 @@
*>
*> \param[in,out] DF
*> \verbatim
-*> DF is or output) COMPLEX*16 array, dimension (N)
+*> DF is COMPLEX*16 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.
@@ -158,7 +158,7 @@
*>
*> \param[in,out] DUF
*> \verbatim
-*> DUF is or output) COMPLEX*16 array, dimension (N-1)
+*> DUF is COMPLEX*16 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.
*>
@@ -168,7 +168,7 @@
*>
*> \param[in,out] DU2
*> \verbatim
-*> DU2 is or output) COMPLEX*16 array, dimension (N-2)
+*> DU2 is COMPLEX*16 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.
@@ -180,7 +180,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 ZGTTRF.