LAPACK 3.3.0

dsecnd_NONE.f

Go to the documentation of this file.
00001       DOUBLE PRECISION FUNCTION DSECND( )
00002 *
00003 *  -- LAPACK auxiliary routine (version 3.2) --
00004 *     Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
00005 *     February 2007
00006 *
00007 *  Purpose
00008 *  =======
00009 *
00010 *  DSECND returns nothing instead of returning the user time for a process in seconds.
00011 *  If you are using that routine, it means that neither EXTERNAL ETIME,
00012 *  EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available  on
00013 *  your machine.
00014 *
00015 * =====================================================================
00016 *
00017       DSECND = 0.0D+0
00018       RETURN
00019 *
00020 *     End of DSECND
00021 *
00022       END
 All Files Functions