LAPACK
3.12.1
LAPACK: Linear Algebra PACKage
Toggle main menu visibility
Main Page
Related Pages
Routines
Modules
Modules List
Module Members
All
c
d
s
z
Functions/Subroutines
Variables
c
d
s
z
Data Types
Data Types List
Data Type Index
Data Fields
All
Functions/Subroutines
Variables
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
p
r
s
t
u
x
z
Functions/Subroutines
_
a
c
d
f
g
h
i
l
m
s
t
x
z
Variables
c
l
r
Typedefs
Enumerations
Enumerator
Macros
a
b
c
f
i
p
t
u
x
▼
LAPACK
►
LAPACK
►
Routines
►
Modules
►
Data Types
▼
Files
▼
File List
►
BLAS
►
CBLAS
DOCS
▼
INSTALL
►
dlamch.f
►
dlamchtst.f
►
droundup_lwork.f
►
dsecnd_EXT_ETIME.f
►
dsecnd_EXT_ETIME_.f
►
dsecnd_INT_CPU_TIME.f
►
dsecnd_INT_ETIME.f
►
dsecnd_NONE.f
►
dsecndtst.f
►
ilaver.f
►
LAPACK_version.f
►
lsame.f
►
lsametst.f
►
second_EXT_ETIME.f
►
second_EXT_ETIME_.f
►
second_INT_CPU_TIME.f
►
second_INT_ETIME.f
►
second_NONE.f
►
secondtst.f
►
slamch.f
►
slamchtst.f
►
sroundup_lwork.f
►
test_zcomplexabs.f
►
test_zcomplexdiv.f
►
test_zcomplexmult.f
►
test_zminMax.f
►
tstiee.f
►
SRC
►
TESTING
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
second_EXT_ETIME_.f
Go to the documentation of this file.
1
*> \brief \b SECOND Using ETIME_
2
*
3
* =========== DOCUMENTATION ===========
4
*
5
* Online html documentation available at
6
* http://www.netlib.org/lapack/explore-html/
7
*
8
* Definition:
9
* ===========
10
*
11
* REAL FUNCTION SECOND( )
12
*
13
*
14
*> \par Purpose:
15
* =============
16
*>
17
*> \verbatim
18
*>
19
*> SECOND returns the user time for a process in seconds.
20
*> This version gets the time from the system function ETIME_.
21
*> \endverbatim
22
*
23
* Authors:
24
* ========
25
*
26
*> \author Univ. of Tennessee
27
*> \author Univ. of California Berkeley
28
*> \author Univ. of Colorado Denver
29
*> \author NAG Ltd.
30
*
31
*> \ingroup second
32
*
33
* =====================================================================
34
REAL
FUNCTION SECOND( )
35
*
36
* -- LAPACK auxiliary routine --
37
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
38
*=====================================================================
39
*
40
* .. Local Scalars ..
41
REAL
T1
42
* ..
43
* .. Local Arrays ..
44
REAL
TARRAY( 2 )
45
* ..
46
* .. External Functions ..
47
REAL
ETIME_
48
EXTERNAL
etime_
49
* ..
50
* .. Executable Statements ..
51
*
52
t1 = etime_( tarray )
53
second
= tarray( 1 )
54
RETURN
55
*
56
* End of SECOND
57
*
58
END
59
second
real function second()
SECOND Using ETIME
Definition
second_EXT_ETIME.f:35
INSTALL
second_EXT_ETIME_.f
Generated on Mon Jan 20 2025 17:18:07 for LAPACK by
1.11.0