aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/zerrpox.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/zerrpox.f
parent5fe0466a14e395641f4f8a300ecc9dcb8058081b (diff)
Integrating Doxygen in comments
Diffstat (limited to 'TESTING/LIN/zerrpox.f')
-rw-r--r--TESTING/LIN/zerrpox.f77
1 files changed, 60 insertions, 17 deletions
diff --git a/TESTING/LIN/zerrpox.f b/TESTING/LIN/zerrpox.f
index a976e677..346021b2 100644
--- a/TESTING/LIN/zerrpox.f
+++ b/TESTING/LIN/zerrpox.f
@@ -1,31 +1,74 @@
- SUBROUTINE ZERRPO( PATH, NUNIT )
+*> \brief \b ZERRPOX
*
-* -- LAPACK test routine (version 3.2.1) --
-* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
-* April 2009
+* =========== DOCUMENTATION ===========
*
-* .. Scalar Arguments ..
- CHARACTER*3 PATH
- INTEGER NUNIT
-* ..
+* Online html documentation available at
+* http://www.netlib.org/lapack/explore-html/
*
+* Definition
+* ==========
+*
+* SUBROUTINE ZERRPO( PATH, NUNIT )
+*
+* .. Scalar Arguments ..
+* CHARACTER*3 PATH
+* INTEGER NUNIT
+* ..
+*
* Purpose
* =======
*
-* ZERRPO tests the error exits for the COMPLEX*16 routines
-* for Hermitian positive definite matrices.
-*
-* Note that this file is used only when the XBLAS are available,
-* otherwise zerrpo.f defines this subroutine.
+*>\details \b Purpose:
+*>\verbatim
+*>
+*> ZERRPO tests the error exits for the COMPLEX*16 routines
+*> for Hermitian positive definite matrices.
+*>
+*> Note that this file is used only when the XBLAS are available,
+*> otherwise zerrpo.f defines this subroutine.
+*>
+*>\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 complex16_lin
+*
+* =====================================================================
+ SUBROUTINE ZERRPO( 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
+* ..
*
* =====================================================================
*