Bridge++
Ver. 1.1.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
fprop.h
Go to the documentation of this file.
1
14
#ifndef FPROP_INCLUDED
15
#define FPROP_INCLUDED
16
17
#include "
fopr.h
"
18
#include "
bridgeIO.h
"
19
20
class
Fprop
21
{
22
protected
:
23
Bridge::VerboseLevel
m_vl
;
24
25
public
:
26
27
Fprop
()
28
:
m_vl
(
CommonParameters
::Vlevel()) {}
29
30
virtual
~Fprop
() {}
31
32
void
set_parameter_verboselevel
(
const
Bridge::VerboseLevel
vl
) {
m_vl
=
vl
; }
33
34
virtual
void
invert_D
(
Field
&,
const
Field
&,
int
&,
double
&) = 0;
35
virtual
void
invert_DdagD
(
Field
&,
const
Field
&,
int
&,
double
&) = 0;
36
37
virtual
void
set_config
(
Field
*) = 0;
38
};
39
#endif
src
Measurements
Fermion
fprop.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1