diff options
Diffstat (limited to 'SRC/cspr.f')
-rw-r--r-- | SRC/cspr.f | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE CSPR( UPLO, N, ALPHA, X, INCX, AP ) * @@ -29,11 +29,11 @@ * COMPLEX AP( * ), X( * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> CSPR performs the symmetric rank 1 operation *> @@ -41,11 +41,10 @@ *> *> where alpha is a complex scalar, x is an n element vector and A is an *> n by n symmetric matrix, supplied in packed form. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] UPLO *> \verbatim @@ -117,10 +116,9 @@ *> not be set, they are assumed to be zero, and on exit they *> are set to zero. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |