| 
    Bridge++
    Version 1.4.4
    
   | 
 
Get quark propagator for Fopr with lexical site index. More...
#include <fprop_Standard_lex.h>
  
 Public Member Functions | |
| Fprop_Standard_lex (Solver *solver) | |
| Fprop_Standard_lex (unique_ptr< Solver > &solver) | |
| ~Fprop_Standard_lex () | |
| void | set_config (Field *) | 
| void | invert_D (Field &, const Field &, int &, double &) | 
| void | invert_DdagD (Field &, const Field &, int &, double &) | 
| double | flop_count () | 
  Public Member Functions inherited from Fprop | |
| Fprop () | |
| virtual | ~Fprop () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Fprop_Standard_lex" | 
Private Attributes | |
| Solver * | m_solver | 
Additional Inherited Members | |
  Protected Attributes inherited from Fprop | |
| Bridge::VerboseLevel | m_vl | 
Get quark propagator for Fopr with lexical site index.
This is temporary implementation. 28 Dec 2011 H.Matsufuru Redundant argument of fopr is deleted. [03 Mar 2013 Y.Namekawa] Introduce unique_ptr to avoid memory leaks. [21 Mar 2015 Y.Namekawa] Add flop_count. [ 8 Aug 2016 Y.Namekawa]
Definition at line 33 of file fprop_Standard_lex.h.
      
  | 
  inline | 
Definition at line 42 of file fprop_Standard_lex.h.
      
  | 
  inline | 
Definition at line 45 of file fprop_Standard_lex.h.
      
  | 
  inline | 
Definition at line 48 of file fprop_Standard_lex.h.
      
  | 
  virtual | 
Implements Fprop.
Definition at line 50 of file fprop_Standard_lex.cpp.
      
  | 
  virtual | 
Implements Fprop.
Definition at line 26 of file fprop_Standard_lex.cpp.
      
  | 
  virtual | 
Implements Fprop.
Definition at line 38 of file fprop_Standard_lex.cpp.
      
  | 
  virtual | 
Implements Fprop.
Definition at line 19 of file fprop_Standard_lex.cpp.
      
  | 
  static | 
Definition at line 36 of file fprop_Standard_lex.h.
      
  | 
  private | 
Definition at line 39 of file fprop_Standard_lex.h.