CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace 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
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
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
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
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File 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
k
l
m
o
p
q
r
s
t
u
v
w
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
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
actions
ferm
invert
bicgstab_kernels.h
Go to the documentation of this file.
1
#ifndef BICGSTAB_KERNELS_H
2
#define BICGSTAB_KERNELS_H
3
4
#include "
chroma_config.h
"
5
// Switchbox file for bicgstab kernel specialisations
6
// Always include the naive ones
7
8
#include "
actions/ferm/invert/bicgstab_kernels_naive.h
"
9
10
#ifdef BUILD_SCALARSITE_BICGSTAB
11
#warning "Using Scalarsite BiCGStab Kernels"
12
#include "
actions/ferm/invert/bicgstab_kernels_scalarsite.h
"
13
#endif
14
15
namespace
Chroma
{
16
17
namespace
BiCGStabKernels {
18
19
inline
20
void
initKernels
()
21
{
22
23
#ifdef BUILD_SCALARSITE_BICGSTAB
24
initScalarSiteKernels
();
25
#endif
26
27
28
}
29
30
inline
31
void
finishKernels
()
32
{
33
#ifdef BUILD_SCALARSITE_BICGSTAB
34
finishScalarSiteKernels
();
35
#endif
36
}
37
}
38
39
40
}
41
#endif
bicgstab_kernels_naive.h
bicgstab_kernels_scalarsite.h
chroma_config.h
Chroma::BiCGStabKernels::initScalarSiteKernels
void initScalarSiteKernels()
Definition:
bicgstab_kernels_scalarsite.cc:10
Chroma::BiCGStabKernels::finishKernels
void finishKernels()
Definition:
bicgstab_kernels.h:31
Chroma::BiCGStabKernels::initKernels
void initKernels()
Definition:
bicgstab_kernels.h:20
Chroma::BiCGStabKernels::finishScalarSiteKernels
void finishScalarSiteKernels()
Definition:
bicgstab_kernels_scalarsite.cc:22
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Generated by
1.9.1