diff options
Diffstat (limited to 'SRC/zsymv.f')
-rw-r--r-- | SRC/zsymv.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/zsymv.f b/SRC/zsymv.f index 03d9567f..858e7a01 100644 --- a/SRC/zsymv.f +++ b/SRC/zsymv.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZSYMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY ) * @@ -29,11 +29,11 @@ * COMPLEX*16 A( LDA, * ), X( * ), Y( * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZSYMV performs the matrix-vector operation *> @@ -41,11 +41,10 @@ *> *> where alpha and beta are scalars, x and y are n element vectors and *> A is an n by n symmetric matrix. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] UPLO *> \verbatim @@ -142,10 +141,9 @@ *> Y. INCY must not be zero. *> Unchanged on exit. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |