summaryrefslogtreecommitdiff
path: root/BLAS/SRC/dsbmv.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/dsbmv.f')
-rw-r--r--BLAS/SRC/dsbmv.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/BLAS/SRC/dsbmv.f b/BLAS/SRC/dsbmv.f
index 128864f9..734668b0 100644
--- a/BLAS/SRC/dsbmv.f
+++ b/BLAS/SRC/dsbmv.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY)
*
@@ -19,11 +19,11 @@
* DOUBLE PRECISION A(LDA,*),X(*),Y(*)
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DSBMV performs the matrix-vector operation
*>
@@ -31,11 +31,10 @@
*>
*> where alpha and beta are scalars, x and y are n element vectors and
*> A is an n by n symmetric band matrix, with k super-diagonals.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -154,10 +153,9 @@
*> On entry, INCY specifies the increment for the elements of
*> Y. INCY must not be zero.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -168,10 +166,9 @@
*
*> \ingroup double_blas_level2
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> Level 2 Blas routine.
@@ -182,7 +179,6 @@
*> Jeremy Du Croz, Nag Central Office.
*> Sven Hammarling, Nag Central Office.
*> Richard Hanson, Sandia National Labs.
-*>
*> \endverbatim
*>
* =====================================================================