summaryrefslogtreecommitdiff
path: root/TESTING/EIG/dchkgk.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/EIG/dchkgk.f
parent5fe0466a14e395641f4f8a300ecc9dcb8058081b (diff)
downloadlapack-e1d39294aee16fa6db9ba079b14442358217db71.tar.gz
lapack-e1d39294aee16fa6db9ba079b14442358217db71.tar.bz2
lapack-e1d39294aee16fa6db9ba079b14442358217db71.zip
Integrating Doxygen in comments
Diffstat (limited to 'TESTING/EIG/dchkgk.f')
-rw-r--r--TESTING/EIG/dchkgk.f68
1 files changed, 55 insertions, 13 deletions
diff --git a/TESTING/EIG/dchkgk.f b/TESTING/EIG/dchkgk.f
index dac8335d..911ab073 100644
--- a/TESTING/EIG/dchkgk.f
+++ b/TESTING/EIG/dchkgk.f
@@ -1,27 +1,69 @@
- SUBROUTINE DCHKGK( NIN, NOUT )
+*> \brief \b DCHKGK
*
-* -- LAPACK test routine (version 3.1) --
-* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
-* November 2006
+* =========== DOCUMENTATION ===========
*
-* .. Scalar Arguments ..
- INTEGER NIN, NOUT
-* ..
+* Online html documentation available at
+* http://www.netlib.org/lapack/explore-html/
*
+* Definition
+* ==========
+*
+* SUBROUTINE DCHKGK( NIN, NOUT )
+*
+* .. Scalar Arguments ..
+* INTEGER NIN, NOUT
+* ..
+*
* Purpose
* =======
*
-* DCHKGK tests DGGBAK, a routine for backward balancing of
-* a matrix pair (A, B).
+*>\details \b Purpose:
+*>\verbatim
+*>
+*> DCHKGK tests DGGBAK, a routine for backward balancing of
+*> a matrix pair (A, B).
+*>
+*>\endverbatim
*
* Arguments
* =========
*
-* NIN (input) INTEGER
-* The logical unit number for input. NIN > 0.
+*> \param[in] NIN
+*> \verbatim
+*> NIN is INTEGER
+*> The logical unit number for input. NIN > 0.
+*> \endverbatim
+*>
+*> \param[in] NOUT
+*> \verbatim
+*> NOUT is INTEGER
+*> The logical unit number for output. NOUT > 0.
+*> \endverbatim
+*>
+*
+* Authors
+* =======
+*
+*> \author Univ. of Tennessee
+*> \author Univ. of California Berkeley
+*> \author Univ. of Colorado Denver
+*> \author NAG Ltd.
+*
+*> \date November 2011
*
-* NOUT (input) INTEGER
-* The logical unit number for output. NOUT > 0.
+*> \ingroup double_eig
+*
+* =====================================================================
+ SUBROUTINE DCHKGK( NIN, NOUT )
+*
+* -- LAPACK test routine (version 3.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 ..
+ INTEGER NIN, NOUT
+* ..
*
* =====================================================================
*