diff options
Diffstat (limited to 'SRC/ssysvx.f')
-rw-r--r-- | SRC/ssysvx.f | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/ssysvx.f b/SRC/ssysvx.f index f1315002..9494b18d 100644 --- a/SRC/ssysvx.f +++ b/SRC/ssysvx.f @@ -135,8 +135,7 @@ *> contains 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 SSYTRF. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then AF is an output argument and on exit *> returns the block diagonal matrix D and the multipliers used *> to obtain the factor U or L from the factorization @@ -162,8 +161,7 @@ *> is a 2-by-2 diagonal block. If UPLO = 'L' and IPIV(k) = *> IPIV(k+1) < 0, then rows and columns k+1 and -IPIV(k) were *> interchanged and D(k:k+1,k:k+1) is a 2-by-2 diagonal block. -*> \endverbatim -*> \verbatim +*> *> If FACT = 'N', then IPIV is an output argument and on exit *> contains details of the interchanges and the block structure *> of D, as determined by SSYTRF. @@ -236,8 +234,7 @@ *> The length of WORK. LWORK >= max(1,3*N), and for best *> performance, when FACT = 'N', LWORK >= max(1,3*N,N*NB), where *> NB is the optimal blocksize for SSYTRF. -*> \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 |