herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
f
g
h
i
l
m
o
p
r
s
t
u
w
z
Variables
Typedefs
a
b
c
d
h
i
j
k
l
m
o
p
s
t
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
h
i
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
Related Functions
b
c
d
e
f
g
h
k
m
o
p
s
t
Files
File List
File Members
All
Functions
Variables
Macros
Looptools
include
Looptools/include/types.h
1
* types.h
2
* real-based type declarations
3
*
this
file is part of LoopTools
4
* last modified 9 Jul 12 th
5
6
7
#ifndef TYPES_H
8
#define TYPES_H
9
10
#define RealType double precision
11
#define ComplexType double complex
12
#define Re DBLE
13
#define Im DIMAG
14
#define Conjugate DCONJG
15
#define ToComplex DCMPLX
16
17
#define Sq(c) Re((c)*Conjugate(c))
18
#define Sqrtc(c) sqrt(ToComplex(c))
19
20
#endif
21
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6