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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
second_NONE.f
Go to the documentation of this file.
1
*> \brief \b SECOND returns nothing
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 nothing instead of returning the user time for a process in seconds.
20
*> If you are using that routine, it means that neither EXTERNAL ETIME,
21
*> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on
22
*> your machine.
23
*> \endverbatim
24
*
25
* Authors:
26
* ========
27
*
28
*> \author Univ. of Tennessee
29
*> \author Univ. of California Berkeley
30
*> \author Univ. of Colorado Denver
31
*> \author NAG Ltd.
32
*
33
*> \ingroup second
34
*
35
* =====================================================================
36
REAL
FUNCTION SECOND( )
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
second
= 0.0e+0
45
RETURN
46
*
47
* End of SECOND
48
*
49
END
second
real function second()
SECOND Using ETIME
Definition
second_EXT_ETIME.f:35
INSTALL
second_NONE.f
Generated on Mon Jan 20 2025 17:18:07 for LAPACK by
1.11.0