summaryrefslogtreecommitdiff
path: root/TESTING/EIG/derrec.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/derrec.f')
-rw-r--r--TESTING/EIG/derrec.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/TESTING/EIG/derrec.f b/TESTING/EIG/derrec.f
index da667649..fe4079db 100644
--- a/TESTING/EIG/derrec.f
+++ b/TESTING/EIG/derrec.f
@@ -5,8 +5,8 @@
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DERREC( PATH, NUNIT )
*
@@ -15,20 +15,19 @@
* INTEGER NUNIT
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DERREC tests the error exits for the routines for eigen- condition
*> estimation for DOUBLE PRECISION matrices:
*> DTRSYL, STREXC, STRSNA and STRSEN.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] PATH
*> \verbatim
@@ -41,10 +40,9 @@
*> NUNIT is INTEGER
*> The unit number for output.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley