summaryrefslogtreecommitdiff
path: root/SRC/zgebrd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgebrd.f')
-rw-r--r--SRC/zgebrd.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/SRC/zgebrd.f b/SRC/zgebrd.f
index 6a2881e0..bb4a178b 100644
--- a/SRC/zgebrd.f
+++ b/SRC/zgebrd.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZGEBRD( M, N, A, LDA, D, E, TAUQ, TAUP, WORK, LWORK,
* INFO )
@@ -29,21 +29,20 @@
* COMPLEX*16 A( LDA, * ), TAUP( * ), TAUQ( * ), WORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZGEBRD reduces a general complex M-by-N matrix A to upper or lower
*> bidiagonal form B by a unitary transformation: Q**H * A * P = B.
*>
*> If m >= n, B is upper bidiagonal; if m < n, B is lower bidiagonal.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] M
*> \verbatim
@@ -139,10 +138,9 @@
*> = 0: successful exit.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -153,10 +151,9 @@
*
*> \ingroup complex16GEcomputational
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> The matrices Q and P are represented as products of elementary
@@ -202,7 +199,6 @@
*> where d and e denote diagonal and off-diagonal elements of B, vi
*> denotes an element of the vector defining H(i), and ui an element of
*> the vector defining G(i).
-*>
*> \endverbatim
*>
* =====================================================================