diff options
Diffstat (limited to 'TESTING/LIN/zerrvxx.f')
-rw-r--r-- | TESTING/LIN/zerrvxx.f | 72 |
1 files changed, 56 insertions, 16 deletions
diff --git a/TESTING/LIN/zerrvxx.f b/TESTING/LIN/zerrvxx.f index 1f5a9106..090da4a9 100644 --- a/TESTING/LIN/zerrvxx.f +++ b/TESTING/LIN/zerrvxx.f @@ -1,31 +1,71 @@ - SUBROUTINE ZERRVX( PATH, NUNIT ) -* -* -- LAPACK test routine (version 3.2.1) -- +*> \brief \b ZERRVXX * -* -- 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 ZERRVX( PATH, NUNIT ) +* +* .. Scalar Arguments .. +* CHARACTER*3 PATH +* INTEGER NUNIT +* .. +* * Purpose * ======= * -* ZERRVX tests the error exits for the COMPLEX*16 driver routines -* for solving linear systems of equations. +*>\details \b Purpose: +*>\verbatim +*> +*> ZERRVX tests the error exits for the COMPLEX*16 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 complex16_lin +* +* ===================================================================== + SUBROUTINE ZERRVX( 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 +* .. * * ===================================================================== * |