diff options
author | julie <julielangou@users.noreply.github.com> | 2011-11-03 20:32:56 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-11-03 20:32:56 +0000 |
commit | 1c3ba600671a59785b0c647d400226b4cc19a11f (patch) | |
tree | 2af647fcff119db522016721e10b5ee7768d22bb /SRC/zhesvxx.f | |
parent | d5c30c90bdecf38da1064e2ed52583634573e741 (diff) | |
download | lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.tar.gz lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.tar.bz2 lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.zip |
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.
Diffstat (limited to 'SRC/zhesvxx.f')
-rw-r--r-- | SRC/zhesvxx.f | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/SRC/zhesvxx.f b/SRC/zhesvxx.f index 01063ade..5437adb6 100644 --- a/SRC/zhesvxx.f +++ b/SRC/zhesvxx.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZHESVXX( FACT, UPLO, N, NRHS, A, LDA, AF, LDAF, IPIV, * EQUED, S, B, LDB, X, LDX, RCOND, RPVGRW, BERR, @@ -38,13 +38,11 @@ * $ ERR_BNDS_COMP( NRHS, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim -*> Purpose -*> ======= +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZHESVXX uses the diagonal pivoting factorization to compute the *> solution to a complex*16 system of linear equations A * X = B, where @@ -65,9 +63,12 @@ *> errors or warnings, but we cannot make that claim for general *> user-provided factorizations and equilibration factors if they *> differ from what ZHESVXX would itself produce. +*> \endverbatim +* +*> \par Description: +* ================= *> -*> Description -*> =========== +*> \verbatim *> *> The following steps are performed: *> @@ -108,11 +109,10 @@ *> 6. If equilibration was used, the matrix X is premultiplied by *> diag(R) so that it solves the original system before *> equilibration. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \verbatim *> Some optional parameters are bundled in the PARAMS array. These @@ -487,10 +487,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 |