summaryrefslogtreecommitdiff
path: root/BLAS/SRC/ctrmv.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/ctrmv.f')
-rw-r--r--BLAS/SRC/ctrmv.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/BLAS/SRC/ctrmv.f b/BLAS/SRC/ctrmv.f
index 734bcd0b..f2bfbc2e 100644
--- a/BLAS/SRC/ctrmv.f
+++ b/BLAS/SRC/ctrmv.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CTRMV(UPLO,TRANS,DIAG,N,A,LDA,X,INCX)
*
@@ -18,11 +18,11 @@
* COMPLEX A(LDA,*),X(*)
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CTRMV performs one of the matrix-vector operations
*>
@@ -30,11 +30,10 @@
*>
*> where x is an n element vector and A is an n by n unit, or non-unit,
*> upper or lower triangular matrix.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -117,10 +116,9 @@
*> On entry, INCX specifies the increment for the elements of
*> X. INCX must not be zero.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -131,10 +129,9 @@
*
*> \ingroup complex_blas_level2
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> Level 2 Blas routine.
@@ -145,7 +142,6 @@
*> Jeremy Du Croz, Nag Central Office.
*> Sven Hammarling, Nag Central Office.
*> Richard Hanson, Sandia National Labs.
-*>
*> \endverbatim
*>
* =====================================================================