Go to the documentation of this file.
10 #ifndef FPROP_ALT_INCLUDED
11 #define FPROP_ALT_INCLUDED
28 template<
typename AFIELD>
virtual void mult_performance(const std::string mode, const int Nrepeat)
virtual void invert_DdagD(Field &, const Field &, int &, double &)=0
virtual void invert(Field &, const Field &, int &, double &)=0
invert accordingly to the mode. [22 Sep 2018 H.Matsufuru]
virtual void reset_performance()
virtual void invert(AFIELD &, const AFIELD &, int &, double &)
invert accordingly to the mode. [22 Sep 2018 H.Matsufuru]
virtual void get_performance(double &flop_count, double &elapsed_time)
virtual void invert_D(Field &, const Field &, int &, double &)=0
Get quark propagator for Fopr with lexical site index: alternative version.
Bridge::VerboseLevel m_vl
virtual void set_config(Field *)=0
Base class for fermion propagator class family.
virtual void report_performance()
virtual double flop_count()
Container of Field-type object.