diff options
Diffstat (limited to 'SRC/cunml2.f')
-rw-r--r-- | SRC/cunml2.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/cunml2.f b/SRC/cunml2.f index 196a6539..2280f6a9 100644 --- a/SRC/cunml2.f +++ b/SRC/cunml2.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE CUNML2( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, * WORK, INFO ) @@ -29,11 +29,11 @@ * COMPLEX A( LDA, * ), C( LDC, * ), TAU( * ), WORK( * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> CUNML2 overwrites the general complex m-by-n matrix C with *> @@ -52,11 +52,10 @@ *> *> as returned by CGELQF. Q is of order m if SIDE = 'L' and of order n *> if SIDE = 'R'. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] SIDE *> \verbatim @@ -143,10 +142,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 |