From 1c3ba600671a59785b0c647d400226b4cc19a11f Mon Sep 17 00:00:00 2001 From: julie Date: Thu, 3 Nov 2011 20:32:56 +0000 Subject: Cosmetic changes in Doxygen presentation. Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all. --- SRC/zsyrfsx.f | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'SRC/zsyrfsx.f') diff --git a/SRC/zsyrfsx.f b/SRC/zsyrfsx.f index ae66d58c..0f72a2e4 100644 --- a/SRC/zsyrfsx.f +++ b/SRC/zsyrfsx.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZSYRFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV, * S, B, LDB, X, LDX, RCOND, BERR, N_ERR_BNDS, @@ -38,13 +38,11 @@ * $ ERR_BNDS_COMP( NRHS, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim -*> Purpose -*> ======= +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZSYRFSX improves the computed solution to a system of linear *> equations when the coefficient matrix is symmetric indefinite, and @@ -57,11 +55,10 @@ *> before calling this routine, as described by arguments EQUED and S *> below. In this case, the solution and error bounds returned are *> for the original unequilibrated system. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \verbatim *> Some optional parameters are bundled in the PARAMS array. These @@ -386,10 +383,9 @@ *> about all of the right-hand sides check ERR_BNDS_NORM or *> ERR_BNDS_COMP. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley -- cgit v1.2.3