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/ssysv.f | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'SRC/ssysv.f') diff --git a/SRC/ssysv.f b/SRC/ssysv.f index 4fce6de3..baf78b94 100644 --- a/SRC/ssysv.f +++ b/SRC/ssysv.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 @@ *> SSYTRF. *> 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 -- cgit v1.2.3