From d5c30c90bdecf38da1064e2ed52583634573e741 Mon Sep 17 00:00:00 2001 From: julie Date: Tue, 1 Nov 2011 22:02:31 +0000 Subject: Never say never... --- SRC/zgtsvx.f | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'SRC/zgtsvx.f') diff --git a/SRC/zgtsvx.f b/SRC/zgtsvx.f index aeb65a88..9bf49032 100644 --- a/SRC/zgtsvx.f +++ b/SRC/zgtsvx.f @@ -136,8 +136,7 @@ *> 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. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then DLF is an output argument and on exit *> contains the (n-1) multipliers that define the matrix L from *> the LU factorization of A. @@ -149,8 +148,7 @@ *> 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. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then DF is an output argument and on exit *> contains the n diagonal elements of the upper triangular *> matrix U from the LU factorization of A. @@ -161,8 +159,7 @@ *> DUF is or output) 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. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then DUF is an output argument and on exit *> contains the (n-1) elements of the first superdiagonal of U. *> \endverbatim @@ -173,8 +170,7 @@ *> If FACT = 'F', then DU2 is an input argument and on entry *> contains the (n-2) elements of the second superdiagonal of *> U. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then DU2 is an output argument and on exit *> contains the (n-2) elements of the second superdiagonal of *> U. @@ -186,8 +182,7 @@ *> 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. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then IPIV is an output argument and on exit *> contains the pivot indices from the LU factorization of A; *> row i of the matrix was interchanged with row IPIV(i). -- cgit v1.2.3