LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ dsecnd()

double precision function dsecnd

DSECND returns nothing

Purpose:
  DSECND returns nothing instead of returning the user time for a process in seconds.
  If you are using that routine, it means that neither EXTERNAL ETIME,
  EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available  on
  your machine.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.

Definition at line 36 of file dsecnd_NONE.f.

37*
38* -- LAPACK auxiliary routine --
39* -- LAPACK is a software package provided by Univ. of Tennessee, --
40* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
41*
42* =====================================================================
43*
44 dsecnd = 0.0d+0
45 RETURN
46*
47* End of DSECND
48*
double precision function dsecnd()
DSECND Using ETIME
Here is the call graph for this function: