Go to the documentation of this file.
10 #ifndef FPROP_ALT_STANDARD_LEX_MIXEDPREC_INCLUDED
11 #define FPROP_ALT_STANDARD_LEX_MIXEDPREC_INCLUDED
30 template<
typename AFIELD_d,
typename AFIELD_f>
58 {
init(params_fopr, params_solver); }
64 {
init(params_fopr, params_solver, dr_smear); }
AFopr< AFIELD_d > * m_fopr_d
Director_Smear * m_dr_smear
AFopr< AFIELD_d > * m_kernel_d
static const std::string class_name
AFopr< AFIELD_f > * m_fopr_f
void invert_D(Field &, const Field &, int &, double &)
ASolver< AFIELD_f > * m_solver_prec
Fprop_alt_Standard_lex_Mixedprec(const Parameters ¶ms_fopr, const Parameters ¶ms_solver)
~Fprop_alt_Standard_lex_Mixedprec()
Get quark propagator for Fopr with lexical site index: alternative version.
void init(const Parameters ¶ms_fopr, const Parameters ¶ms_solver)
APrecond< AFIELD_d > * m_precond
void report_performance()
AFopr< AFIELD_f > * m_kernel_f
Manager of smeared configurations.
void invert_DdagD(Field &, const Field &, int &, double &)
void invert(Field &, const Field &, int &, double &)
invert accordingly to the mode. [22 Sep 2018 H.Matsufuru]
Fprop_alt_Standard_lex_Mixedprec(const Parameters ¶ms_fopr, const Parameters ¶ms_solver, Director_Smear *dr_smear)
ASolver< AFIELD_d > * m_solver
Container of Field-type object.
Get quark propagator for Fopr with lexical site index: alternative version.
void mult_performance(const std::string mode, const int Nrepeat)