summaryrefslogtreecommitdiff
path: root/BLAS/SRC/ssyr2k.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/ssyr2k.f')
-rw-r--r--BLAS/SRC/ssyr2k.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/BLAS/SRC/ssyr2k.f b/BLAS/SRC/ssyr2k.f
index a7968577..435e9969 100644
--- a/BLAS/SRC/ssyr2k.f
+++ b/BLAS/SRC/ssyr2k.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SSYR2K(UPLO,TRANS,N,K,ALPHA,A,LDA,B,LDB,BETA,C,LDC)
*
@@ -19,11 +19,11 @@
* REAL A(LDA,*),B(LDB,*),C(LDC,*)
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SSYR2K performs one of the symmetric rank 2k operations
*>
@@ -36,11 +36,10 @@
*> where alpha and beta are scalars, C is an n by n symmetric matrix
*> and A and B are n by k matrices in the first case and k by n
*> matrices in the second case.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -162,10 +161,9 @@
*> in the calling (sub) program. LDC must be at least
*> max( 1, n ).
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -176,10 +174,9 @@
*
*> \ingroup single_blas_level3
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> Level 3 Blas routine.
@@ -190,7 +187,6 @@
*> Iain Duff, AERE Harwell.
*> Jeremy Du Croz, Numerical Algorithms Group Ltd.
*> Sven Hammarling, Numerical Algorithms Group Ltd.
-*>
*> \endverbatim
*>
* =====================================================================