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_Standard_lex.h
Go to the documentation of this file.
1
14
#ifndef FPROP_STANDARD_LEX_INCLUDED
15
#define FPROP_STANDARD_LEX_INCLUDED
16
17
#include "
fprop.h
"
18
#include "
solver.h
"
19
21
30
class
Fprop_Standard_lex
:
public
Fprop
31
{
32
public
:
33
Fprop_Standard_lex
(
Solver
*solver)
34
:
Fprop
(),
m_solver
(solver) {}
35
36
~Fprop_Standard_lex
() {}
37
38
void
set_config
(
Field
*);
39
40
void
invert_D
(
Field
&,
const
Field
&,
int
&,
double
&);
41
void
invert_DdagD
(
Field
&,
const
Field
&,
int
&,
double
&);
42
43
private
:
44
Solver
*
m_solver
;
45
};
46
#endif
src
Measurements
Fermion
fprop_Standard_lex.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1