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
syssolver_linop.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Disambiguator for LinOp system solvers
4
*/
5
6
#ifndef __syssolver_linop_h__
7
#define __syssolver_linop_h__
8
9
#include "
linearop.h
"
10
#include "
handle.h
"
11
#include "
syssolver.h
"
12
13
namespace
Chroma
14
{
15
//! SystemSolver disambiguator
16
/*! This struct is solely to disambiguate the type of SystemSolvers */
17
18
/* NB: Previously these were declared as 'virtual public SystemSolver<T>'
19
BUT That seemed to break XLC in a Bad Way */
20
template
<
typename
T>
21
class
LinOpSystemSolver
:
public
SystemSolver
<T>
22
{
23
};
24
25
26
//! SystemSolver disambiguator
27
/*! This struct is solely to disambiguate the type of SystemSolvers */
28
29
/* NB: Previously this was declared as virtual public SystemSolverArray<T>
30
but that broke the xlC build */
31
template
<
typename
T>
32
class
LinOpSystemSolverArray
:
public
SystemSolverArray
<T>
33
{
34
};
35
36
}
37
38
39
#endif
Chroma::LinOpSystemSolverArray
SystemSolver disambiguator.
Definition:
syssolver_linop.h:33
Chroma::LinOpSystemSolver
SystemSolver disambiguator.
Definition:
syssolver_linop.h:22
Chroma::SystemSolverArray
Linear system solvers of arrays.
Definition:
syssolver.h:62
Chroma::SystemSolver
Linear system solvers.
Definition:
syssolver.h:34
handle.h
Class for counted reference semantics.
linearop.h
Linear Operators.
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
syssolver.h
Linear system solvers.
Generated by
1.9.1