aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/derrvxx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-10-06 06:53:11 +0000
committerjulie <julielangou@users.noreply.github.com>2011-10-06 06:53:11 +0000
commite1d39294aee16fa6db9ba079b14442358217db71 (patch)
tree30e5aa04c1f6596991fda5334f63dfb9b8027849 /TESTING/LIN/derrvxx.f
parent5fe0466a14e395641f4f8a300ecc9dcb8058081b (diff)
Integrating Doxygen in comments
Diffstat (limited to 'TESTING/LIN/derrvxx.f')
-rw-r--r--TESTING/LIN/derrvxx.f72
1 files changed, 56 insertions, 16 deletions
diff --git a/TESTING/LIN/derrvxx.f b/TESTING/LIN/derrvxx.f
index f7f90b0f..786637b0 100644
--- a/TESTING/LIN/derrvxx.f
+++ b/TESTING/LIN/derrvxx.f
@@ -1,31 +1,71 @@
- SUBROUTINE DERRVX( PATH, NUNIT )
-*
-* -- LAPACK test routine (version 3.2.1) --
+*> \brief \b DERRVXX
*
-* -- April 2009 --
+* =========== DOCUMENTATION ===========
*
-* -- LAPACK is a software package provided by Univ. of Tennessee, --
-* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
+* Online html documentation available at
+* http://www.netlib.org/lapack/explore-html/
*
-* .. Scalar Arguments ..
- CHARACTER*3 PATH
- INTEGER NUNIT
-* ..
+* Definition
+* ==========
*
+* SUBROUTINE DERRVX( PATH, NUNIT )
+*
+* .. Scalar Arguments ..
+* CHARACTER*3 PATH
+* INTEGER NUNIT
+* ..
+*
* Purpose
* =======
*
-* DERRVX tests the error exits for the DOUBLE PRECISION driver routines
-* for solving linear systems of equations.
+*>\details \b Purpose:
+*>\verbatim
+*>
+*> DERRVX tests the error exits for the DOUBLE PRECISION driver routines
+*> for solving linear systems of equations.
+*>
+*>\endverbatim
*
* Arguments
* =========
*
-* PATH (input) CHARACTER*3
-* The LAPACK path name for the routines to be tested.
+*> \param[in] PATH
+*> \verbatim
+*> PATH is CHARACTER*3
+*> The LAPACK path name for the routines to be tested.
+*> \endverbatim
+*>
+*> \param[in] NUNIT
+*> \verbatim
+*> NUNIT is INTEGER
+*> The unit number for output.
+*> \endverbatim
+*>
+*
+* Authors
+* =======
+*
+*> \author Univ. of Tennessee
+*> \author Univ. of California Berkeley
+*> \author Univ. of Colorado Denver
+*> \author NAG Ltd.
+*
+*> \date November 2011
*
-* NUNIT (input) INTEGER
-* The unit number for output.
+*> \ingroup double_lin
+*
+* =====================================================================
+ SUBROUTINE DERRVX( PATH, NUNIT )
+*
+* -- LAPACK test routine (version 3.2.1) --
+* -- LAPACK is a software package provided by Univ. of Tennessee, --
+* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
+* November 2011
+*
+* .. Scalar Arguments ..
+ CHARACTER*3 PATH
+ INTEGER NUNIT
+* ..
*
* =====================================================================
*