Bridge++  Ver. 1.1.x
 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:
34  : Fprop(), m_solver(solver) {}
35 
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:
45 };
46 #endif