summaryrefslogtreecommitdiff
path: root/SRC/dlacon.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/dlacon.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/dlacon.f')
-rw-r--r--SRC/dlacon.f40
1 files changed, 18 insertions, 22 deletions
diff --git a/SRC/dlacon.f b/SRC/dlacon.f
index 2dc6f550..79d95216 100644
--- a/SRC/dlacon.f
+++ b/SRC/dlacon.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DLACON( N, V, X, ISGN, EST, KASE )
*
@@ -29,19 +29,18 @@
* DOUBLE PRECISION V( * ), X( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DLACON estimates the 1-norm of a square, real matrix A.
*> Reverse communication is used for evaluating matrix-vector products.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -87,10 +86,9 @@
*> whether X should be overwritten by A * X or A**T * X.
*> On the final return from DLACON, KASE will again be 0.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -101,21 +99,19 @@
*
*> \ingroup doubleOTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
-*> \verbatim
+*> \par Contributors:
+* ==================
*>
-*> Contributed by Nick Higham, University of Manchester.
+*> Nick Higham, University of Manchester. \n
*> Originally named SONEST, dated March 16, 1988.
+*
+*> \par References:
+* ================
*>
-*> Reference: N.J. Higham, "FORTRAN codes for estimating the one-norm of
+*> 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.
*>
-*> \endverbatim
-*>
* =====================================================================
SUBROUTINE DLACON( N, V, X, ISGN, EST, KASE )
*