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_4spinor_lex.h
Go to the documentation of this file.
1
14
#ifndef FPROP_4SPINOR_LEX_INCLUDED
15
#define FPROP_4SPINOR_LEX_INCLUDED
16
17
#include "
fopr_Wilson.h
"
18
#include "
solver_CG.h
"
19
20
#include "
bridgeIO.h
"
21
using
Bridge::vout
;
22
24
30
class
Fprop_4spinor_lex
31
{
32
protected
:
33
Bridge::VerboseLevel
m_vl
;
34
35
private
:
36
Fopr
*
m_fopr
;
37
38
public
:
39
Fprop_4spinor_lex
(
Fopr
*fopr)
40
:
m_vl
(
CommonParameters
::Vlevel()),
m_fopr
(fopr) {}
41
42
void
set_parameter_verboselevel
(
const
Bridge::VerboseLevel
vl
) {
m_vl
=
vl
; }
43
44
void
calc
(
Field_F
*,
const
Field_F
&);
45
};
46
#endif
src
Measurements
Fermion
fprop_4spinor_lex.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1