summaryrefslogtreecommitdiff
path: root/SRC/dorgql.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dorgql.f')
-rw-r--r--SRC/dorgql.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/dorgql.f b/SRC/dorgql.f
index 2baeb533..b73f33ab 100644
--- a/SRC/dorgql.f
+++ b/SRC/dorgql.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DORGQL( M, N, K, A, LDA, TAU, WORK, LWORK, INFO )
*
@@ -27,11 +27,11 @@
* DOUBLE PRECISION A( LDA, * ), TAU( * ), WORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DORGQL generates an M-by-N real matrix Q with orthonormal columns,
*> which is defined as the last N columns of a product of K elementary
@@ -40,11 +40,10 @@
*> Q = H(k) . . . H(2) H(1)
*>
*> as returned by DGEQLF.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] M
*> \verbatim
@@ -113,10 +112,9 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument has an illegal value
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley