summaryrefslogtreecommitdiff
path: root/SRC/csymv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/csymv.f')
-rw-r--r--SRC/csymv.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/csymv.f b/SRC/csymv.f
index ee7caedf..ea8f38e9 100644
--- a/SRC/csymv.f
+++ b/SRC/csymv.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CSYMV( UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY )
*
@@ -29,11 +29,11 @@
* COMPLEX A( LDA, * ), X( * ), Y( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CSYMV 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