summaryrefslogtreecommitdiff
path: root/SRC/dlarzb.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dlarzb.f')
-rw-r--r--SRC/dlarzb.f36
1 files changed, 17 insertions, 19 deletions
diff --git a/SRC/dlarzb.f b/SRC/dlarzb.f
index 66a8a456..e3d4f7b1 100644
--- a/SRC/dlarzb.f
+++ b/SRC/dlarzb.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DLARZB( SIDE, TRANS, DIRECT, STOREV, M, N, K, L, V,
* LDV, T, LDT, C, LDC, WORK, LDWORK )
@@ -30,21 +30,20 @@
* $ WORK( LDWORK, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DLARZB applies a real block reflector H or its transpose H**T to
*> a real distributed M-by-N C from the left or the right.
*>
*> Currently, only STOREV = 'R' and DIRECT = 'B' are supported.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] SIDE
*> \verbatim
@@ -156,10 +155,9 @@
*> If SIDE = 'L', LDWORK >= max(1,N);
*> if SIDE = 'R', LDWORK >= max(1,M).
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -170,15 +168,15 @@
*
*> \ingroup doubleOTHERcomputational
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
-*> \verbatim
+*> \par Contributors:
+* ==================
*>
-*> Based on contributions by
*> A. Petitet, Computer Science Dept., Univ. of Tenn., Knoxville, USA
+*
+*> \par Further Details:
+* =====================
*>
+*> \verbatim
*> \endverbatim
*>
* =====================================================================