summaryrefslogtreecommitdiff
path: root/SRC/dlacpy.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dlacpy.f')
-rw-r--r--SRC/dlacpy.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/dlacpy.f b/SRC/dlacpy.f
index 34b45629..441acd02 100644
--- a/SRC/dlacpy.f
+++ b/SRC/dlacpy.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DLACPY( UPLO, M, N, A, LDA, B, LDB )
*
@@ -28,19 +28,18 @@
* DOUBLE PRECISION A( LDA, * ), B( LDB, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DLACPY copies all or part of a two-dimensional matrix A to another
*> matrix B.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -88,10 +87,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