Bridge++  Ver. 1.3.x
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 
32 class Fprop_Standard_lex : public Fprop
33 {
34  public:
35  static const std::string class_name;
36 
37  public:
39  : Fprop(), m_solver(solver) {}
40 
42  : Fprop(), m_solver(solver.get()) {}
43 
45 
46  void set_config(Field *);
47 
48  void invert_D(Field&, const Field&, int&, double&);
49  void invert_DdagD(Field&, const Field&, int&, double&);
50 
51  private:
53 };
54 #endif
Fprop_Standard_lex(Solver *solver)
Fprop_Standard_lex(unique_ptr< Solver > &solver)
Definition: fprop.h:20
Container of Field-type object.
Definition: field.h:39
void invert_D(Field &, const Field &, int &, double &)
Get quark propagator for Fopr with lexical site index.
Base class for linear solver class family.
Definition: solver.h:38
static const std::string class_name
void invert_DdagD(Field &, const Field &, int &, double &)