CHROMA
lib
actions
ferm
invert
syssolver_polyprec.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Disambiguator for PolyPrec system solvers
4
*/
5
6
#ifndef __syssolver_polyprec_h__
7
#define __syssolver_polyprec_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
template
<
typename
T>
18
struct
PolyPrecSystemSolver
:
virtual
public
SystemSolver
<T>
19
{
20
};
21
22
}
23
24
25
#endif
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
Chroma::PolyPrecSystemSolver
SystemSolver disambiguator.
Definition:
syssolver_polyprec.h:19
syssolver.h
Linear system solvers.
Generated by
1.9.1