![]() |
LAPACK
3.4.1
LAPACK: Linear Algebra PACKage
|
00001 *> \brief \b DSECND returns nothing 00002 * 00003 * =========== DOCUMENTATION =========== 00004 * 00005 * Online html documentation available at 00006 * http://www.netlib.org/lapack/explore-html/ 00007 * 00008 * Definition: 00009 * =========== 00010 * 00011 * DOUBLE PRECISION FUNCTION DSECND( ) 00012 * 00013 * 00014 *> \par Purpose: 00015 * ============= 00016 *> 00017 *> \verbatim 00018 *> 00019 *> DSECND returns nothing instead of returning the user time for a process in seconds. 00020 *> If you are using that routine, it means that neither EXTERNAL ETIME, 00021 *> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on 00022 *> your machine. 00023 *> \endverbatim 00024 * 00025 * Authors: 00026 * ======== 00027 * 00028 *> \author Univ. of Tennessee 00029 *> \author Univ. of California Berkeley 00030 *> \author Univ. of Colorado Denver 00031 *> \author NAG Ltd. 00032 * 00033 *> \date November 2011 00034 * 00035 *> \ingroup auxOTHERauxiliary 00036 * 00037 * ===================================================================== 00038 DOUBLE PRECISION FUNCTION DSECND( ) 00039 * 00040 * -- LAPACK auxiliary routine (version 3.4.0) -- 00041 * -- LAPACK is a software package provided by Univ. of Tennessee, -- 00042 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- 00043 * November 2011 00044 * 00045 * ===================================================================== 00046 * 00047 DSECND = 0.0D+0 00048 RETURN 00049 * 00050 * End of DSECND 00051 * 00052 END