summaryrefslogtreecommitdiff
path: root/SRC/csysv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/csysv.f')
-rw-r--r--SRC/csysv.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/csysv.f b/SRC/csysv.f
index 8e28a936..f9233e40 100644
--- a/SRC/csysv.f
+++ b/SRC/csysv.f
@@ -85,8 +85,7 @@
*> leading N-by-N lower triangular part of A contains the lower
*> triangular part of the matrix A, and the strictly upper
*> triangular part of A is not referenced.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, if INFO = 0, the block diagonal matrix D and the
*> multipliers used to obtain the factor U or L from the
*> factorization A = U*D*U**T or A = L*D*L**T as computed by
@@ -140,8 +139,7 @@
*> CSYTRF.
*> for LWORK < N, TRS will be done with Level BLAS 2
*> for LWORK >= N, TRS will be done with Level BLAS 3
-*> \endverbatim
-*> \verbatim
+*>
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
*> this value as the first entry of the WORK array, and no error