diff options
Diffstat (limited to 'SRC/zsyrfs.f')
-rw-r--r-- | SRC/zsyrfs.f | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/SRC/zsyrfs.f b/SRC/zsyrfs.f index 2ed039d9..1d123406 100644 --- a/SRC/zsyrfs.f +++ b/SRC/zsyrfs.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZSYRFS( UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB, * X, LDX, FERR, BERR, WORK, RWORK, INFO ) @@ -32,20 +32,19 @@ * $ WORK( * ), X( LDX, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZSYRFS improves the computed solution to a system of linear *> equations when the coefficient matrix is symmetric indefinite, and *> provides error bounds and backward error estimates for the solution. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] UPLO *> \verbatim @@ -168,16 +167,17 @@ *> INFO is INTEGER *> = 0: successful exit *> < 0: if INFO = -i, the i-th argument had an illegal value +*> \endverbatim +* +*> \par Internal Parameters: +* ========================= *> -*> Internal Parameters -*> =================== -*> +*> \verbatim *> ITMAX is the maximum number of steps of iterative refinement. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |