aboutsummaryrefslogtreecommitdiff
path: root/SRC/zlaev2.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/zlaev2.f
parentd5c30c90bdecf38da1064e2ed52583634573e741 (diff)
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/zlaev2.f')
-rw-r--r--SRC/zlaev2.f32
1 files changed, 14 insertions, 18 deletions
diff --git a/SRC/zlaev2.f b/SRC/zlaev2.f
index e8f0b14f..dc2e70cb 100644
--- a/SRC/zlaev2.f
+++ b/SRC/zlaev2.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZLAEV2( A, B, C, RT1, RT2, CS1, SN1 )
*
@@ -25,11 +25,11 @@
* COMPLEX*16 A, B, C, SN1
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZLAEV2 computes the eigendecomposition of a 2-by-2 Hermitian matrix
*> [ A B ]
@@ -40,11 +40,10 @@
*>
*> [ CS1 CONJG(SN1) ] [ A B ] [ CS1 -CONJG(SN1) ] = [ RT1 0 ]
*> [-SN1 CS1 ] [ CONJG(B) C ] [ SN1 CS1 ] [ 0 RT2 ].
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] A
*> \verbatim
@@ -87,10 +86,9 @@
*> SN1 is COMPLEX*16
*> The vector (CS1, SN1) is a unit right eigenvector for RT1.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -101,10 +99,9 @@
*
*> \ingroup complex16OTHERauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
+*> \par Further Details:
+* =====================
+*>
*> \verbatim
*>
*> RT1 is accurate to a few ulps barring over/underflow.
@@ -119,7 +116,6 @@
*> Overflow is possible only if RT1 is within a factor of 5 of overflow.
*> Underflow is harmless if the input data is 0 or exceeds
*> underflow_threshold / macheps.
-*>
*> \endverbatim
*>
* =====================================================================