diff options
Diffstat (limited to 'SRC/cgtsvx.f')
-rw-r--r-- | SRC/cgtsvx.f | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/SRC/cgtsvx.f b/SRC/cgtsvx.f index cae1b36c..27667e1c 100644 --- a/SRC/cgtsvx.f +++ b/SRC/cgtsvx.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 CGTTRF. -*> \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 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 CGTTRF. -*> \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). |