summaryrefslogtreecommitdiff
path: root/SRC/cgttrf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cgttrf.f')
-rw-r--r--SRC/cgttrf.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/cgttrf.f b/SRC/cgttrf.f
index 492422fb..17d40172 100644
--- a/SRC/cgttrf.f
+++ b/SRC/cgttrf.f
@@ -59,8 +59,7 @@
*> DL is COMPLEX 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-1) multipliers that
*> define the matrix L from the LU factorization of A.
*> \endverbatim
@@ -69,8 +68,7 @@
*> \verbatim
*> D is COMPLEX 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 the
*> upper triangular matrix U from the LU factorization of A.
*> \endverbatim
@@ -80,8 +78,7 @@
*> DU is COMPLEX 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