summaryrefslogtreecommitdiff
path: root/SRC/dtzrqf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dtzrqf.f')
-rw-r--r--SRC/dtzrqf.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/SRC/dtzrqf.f b/SRC/dtzrqf.f
index ebc41258..3c0a74e9 100644
--- a/SRC/dtzrqf.f
+++ b/SRC/dtzrqf.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DTZRQF( M, N, A, LDA, TAU, INFO )
*
@@ -27,11 +27,11 @@
* DOUBLE PRECISION A( LDA, * ), TAU( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> This routine is deprecated and has been replaced by routine DTZRZF.
*>
@@ -44,11 +44,10 @@
*>
*> where Z is an N-by-N orthogonal matrix and R is an M-by-M upper
*> triangular matrix.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] M
*> \verbatim
@@ -91,10 +90,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
@@ -105,10 +103,9 @@
*
*> \ingroup doubleOTHERcomputational
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> The factorization is obtained by Householder's method. The kth
@@ -136,7 +133,6 @@
*> Z is given by
*>
*> Z = Z( 1 ) * Z( 2 ) * ... * Z( m ).
-*>
*> \endverbatim
*>
* =====================================================================