diff options
Diffstat (limited to 'SRC/clacp2.f')
-rw-r--r-- | SRC/clacp2.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/clacp2.f b/SRC/clacp2.f index f9c182fe..4f89c4ae 100644 --- a/SRC/clacp2.f +++ b/SRC/clacp2.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE CLACP2( UPLO, M, N, A, LDA, B, LDB ) * @@ -29,19 +29,18 @@ * COMPLEX B( LDB, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> CLACP2 copies all or part of a real two-dimensional matrix A to a *> complex matrix B. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] UPLO *> \verbatim @@ -89,10 +88,9 @@ *> LDB is INTEGER *> The leading dimension of the array B. LDB >= max(1,M). *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |