summaryrefslogtreecommitdiff
path: root/SRC/clacn2.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
commit1c3ba600671a59785b0c647d400226b4cc19a11f (patch)
tree2af647fcff119db522016721e10b5ee7768d22bb /SRC/clacn2.f
parentd5c30c90bdecf38da1064e2ed52583634573e741 (diff)
downloadlapack-1c3ba600671a59785b0c647d400226b4cc19a11f.tar.gz
lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.tar.bz2
lapack-1c3ba600671a59785b0c647d400226b4cc19a11f.zip
Cosmetic changes in Doxygen presentation.
Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all.
Diffstat (limited to 'SRC/clacn2.f')
-rw-r--r--SRC/clacn2.f49
1 files changed, 26 insertions, 23 deletions
diff --git a/SRC/clacn2.f b/SRC/clacn2.f
index 7c71088f..c39cd382 100644
--- a/SRC/clacn2.f
+++ b/SRC/clacn2.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CLACN2( N, V, X, EST, KASE, ISAVE )
*
@@ -29,19 +29,18 @@
* COMPLEX V( * ), X( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CLACN2 estimates the 1-norm of a square, complex matrix A.
*> Reverse communication is used for evaluating matrix-vector products.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -88,10 +87,9 @@
*> ISAVE is INTEGER array, dimension (3)
*> ISAVE is used to save variables between calls to SLACN2
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -102,19 +100,13 @@
*
*> \ingroup complexOTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
-*> Contributed by Nick Higham, University of Manchester.
*> Originally named CONEST, dated March 16, 1988.
*>
-*> Reference: N.J. Higham, "FORTRAN codes for estimating the one-norm of
-*> a real or complex matrix, with applications to condition estimation",
-*> ACM Trans. Math. Soft., vol. 14, no. 4, pp. 381-396, December 1988.
-*>
*> Last modified: April, 1999
*>
*> This is a thread safe version of CLACON, which uses the array ISAVE
@@ -124,8 +116,19 @@
*> JUMP ISAVE(1)
*> J ISAVE(2)
*> ITER ISAVE(3)
-*>
*> \endverbatim
+*
+*> \par Contributors:
+* ==================
+*>
+*> Nick Higham, University of Manchester
+*
+*> \par References:
+* ================
+*>
+*> N.J. Higham, "FORTRAN codes for estimating the one-norm of
+*> a real or complex matrix, with applications to condition estimation",
+*> ACM Trans. Math. Soft., vol. 14, no. 4, pp. 381-396, December 1988.
*>
* =====================================================================
SUBROUTINE CLACN2( N, V, X, EST, KASE, ISAVE )