Bridge++  Ver. 2.0.2
Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f > Class Template Reference

Get quark propagator for Fopr with lexical site index: alternative version. More...

#include <fprop_alt_Standard_lex_Mixedprec.h>

Inheritance diagram for Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >:
Fprop_alt< AFIELD_d > Fprop

Public Types

typedef AFIELD_d::real_t real_t
 
- Public Types inherited from Fprop_alt< AFIELD_d >
typedef AFIELD_d ::real_t real_t
 

Public Member Functions

 Fprop_alt_Standard_lex_Mixedprec (const Parameters &params_fopr, const Parameters &params_solver)
 
 Fprop_alt_Standard_lex_Mixedprec (const Parameters &params_fopr, const Parameters &params_solver, Director_Smear *dr_smear)
 
 ~Fprop_alt_Standard_lex_Mixedprec ()
 
void set_config (Field *)
 
void invert (Field &, const Field &, int &, double &)
 invert accordingly to the mode. [22 Sep 2018 H.Matsufuru] More...
 
void invert_D (Field &, const Field &, int &, double &)
 
void invert_DdagD (Field &, const Field &, int &, double &)
 
void invert (AFIELD_d &, const AFIELD_d &, int &, double &)
 invert accordingly to the mode. [22 Sep 2018 H.Matsufuru] More...
 
void invert_D (AFIELD_d &, const AFIELD_d &, int &, double &)
 
void invert_DdagD (AFIELD_d &, const AFIELD_d &, int &, double &)
 
double flop_count ()
 
void reset_performance ()
 
void report_performance ()
 
void mult_performance (const std::string mode, const int Nrepeat)
 
const std::string class_name
 
- Public Member Functions inherited from Fprop_alt< AFIELD_d >
virtual ~Fprop_alt ()
 
virtual void get_performance (double &flop_count, double &elapsed_time)
 
- Public Member Functions inherited from Fprop
 Fprop ()
 
virtual ~Fprop ()
 
void set_parameter_verboselevel (const Bridge::VerboseLevel vl)
 
virtual void set_mode (const std::string &mode)
 set the mode for invert(). [22 Sep 2018 H.Matsufuru] More...
 

Static Public Attributes

static const std::string class_name = "Fprop_alt_Standard_lex_Mixedprec"
 

Private Member Functions

void init (const Parameters &params_fopr, const Parameters &params_solver)
 
void init (const Parameters &params_fopr, const Parameters &params_solver, Director_Smear *dr_smrar)
 
void tidyup ()
 

Private Attributes

AFopr< AFIELD_d > * m_kernel_d
 
AFopr< AFIELD_f > * m_kernel_f
 
AFopr< AFIELD_d > * m_fopr_d
 
AFopr< AFIELD_f > * m_fopr_f
 
ASolver< AFIELD_f > * m_solver_prec
 
APrecond< AFIELD_d > * m_precond
 
ASolver< AFIELD_d > * m_solver
 
Director_Smearm_dr_smear
 
Timer m_timer
 
double m_flop_count
 
double m_elapsed_time
 

Additional Inherited Members

- Public Attributes inherited from Fprop_alt< AFIELD_d >
Bridge::VerboseLevel m_vl
 
std::string m_mode
 
- Protected Attributes inherited from Fprop
Bridge::VerboseLevel m_vl
 
std::string m_mode
 

Detailed Description

template<typename AFIELD_d, typename AFIELD_f>
class Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >

Get quark propagator for Fopr with lexical site index: alternative version.

This is temporary implementation. [31 May 2017 H.Matsufuru]

Definition at line 31 of file fprop_alt_Standard_lex_Mixedprec.h.

Member Typedef Documentation

◆ real_t

template<typename AFIELD_d , typename AFIELD_f >
typedef AFIELD_d::real_t Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::real_t

Definition at line 35 of file fprop_alt_Standard_lex_Mixedprec.h.

Constructor & Destructor Documentation

◆ Fprop_alt_Standard_lex_Mixedprec() [1/2]

template<typename AFIELD_d , typename AFIELD_f >
Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::Fprop_alt_Standard_lex_Mixedprec ( const Parameters params_fopr,
const Parameters params_solver 
)
inline

Definition at line 55 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ Fprop_alt_Standard_lex_Mixedprec() [2/2]

template<typename AFIELD_d , typename AFIELD_f >
Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::Fprop_alt_Standard_lex_Mixedprec ( const Parameters params_fopr,
const Parameters params_solver,
Director_Smear dr_smear 
)
inline

Definition at line 60 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ ~Fprop_alt_Standard_lex_Mixedprec()

template<typename AFIELD_d , typename AFIELD_f >
Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::~Fprop_alt_Standard_lex_Mixedprec ( )
inline

Definition at line 66 of file fprop_alt_Standard_lex_Mixedprec.h.

Member Function Documentation

◆ class_name()

const std::string Fprop_alt_Standard_lex_Mixedprec< AField< double, QXS >, AField< float, QXS > >::class_name

Definition at line 27 of file fprop_alt_Standard_lex_Mixedprec.cpp.

◆ flop_count()

template<typename AFIELD_d , typename AFIELD_f >
double Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::flop_count
virtual

Reimplemented from Fprop_alt< AFIELD_d >.

Definition at line 332 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ init() [1/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::init ( const Parameters params_fopr,
const Parameters params_solver 
)
private

Definition at line 21 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ init() [2/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::init ( const Parameters params_fopr,
const Parameters params_solver,
Director_Smear dr_smrar 
)
private

Definition at line 63 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ invert() [1/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::invert ( AFIELD_d ,
const AFIELD_d ,
int &  ,
double &   
)
virtual

invert accordingly to the mode. [22 Sep 2018 H.Matsufuru]

Reimplemented from Fprop_alt< AFIELD_d >.

Definition at line 249 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ invert() [2/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::invert ( Field ,
const Field ,
int &  ,
double &   
)
virtual

invert accordingly to the mode. [22 Sep 2018 H.Matsufuru]

Implements Fprop_alt< AFIELD_d >.

Definition at line 128 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ invert_D() [1/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::invert_D ( AFIELD_d xq,
const AFIELD_d b,
int &  nconv,
double &  diff 
)

Definition at line 270 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ invert_D() [2/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::invert_D ( Field xq,
const Field b,
int &  nconv,
double &  diff 
)
virtual

Implements Fprop_alt< AFIELD_d >.

Definition at line 148 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ invert_DdagD() [1/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::invert_DdagD ( AFIELD_d xq,
const AFIELD_d b,
int &  nconv,
double &  diff 
)

Definition at line 301 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ invert_DdagD() [2/2]

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::invert_DdagD ( Field xq,
const Field b,
int &  nconv,
double &  diff 
)
virtual

Implements Fprop_alt< AFIELD_d >.

Definition at line 198 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ mult_performance()

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::mult_performance ( const std::string  mode,
const int  Nrepeat 
)
virtual

Reimplemented from Fprop_alt< AFIELD_d >.

Definition at line 364 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ report_performance()

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::report_performance
virtual

Reimplemented from Fprop_alt< AFIELD_d >.

Definition at line 349 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ reset_performance()

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::reset_performance
virtual

Reimplemented from Fprop_alt< AFIELD_d >.

Definition at line 340 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ set_config()

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::set_config ( Field U)
virtual

Implements Fprop_alt< AFIELD_d >.

Definition at line 119 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

◆ tidyup()

template<typename AFIELD_d , typename AFIELD_f >
void Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::tidyup
private

Definition at line 105 of file fprop_alt_Standard_lex_Mixedprec-tmpl.h.

Member Data Documentation

◆ class_name

template<typename AFIELD_d , typename AFIELD_f >
const std::string Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::class_name = "Fprop_alt_Standard_lex_Mixedprec"
static

Definition at line 34 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_dr_smear

template<typename AFIELD_d , typename AFIELD_f >
Director_Smear* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_dr_smear
private

Definition at line 48 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_elapsed_time

template<typename AFIELD_d , typename AFIELD_f >
double Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_elapsed_time
private

Definition at line 52 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_flop_count

template<typename AFIELD_d , typename AFIELD_f >
double Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_flop_count
private

Definition at line 51 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_fopr_d

template<typename AFIELD_d , typename AFIELD_f >
AFopr<AFIELD_d>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_fopr_d
private

Definition at line 42 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_fopr_f

template<typename AFIELD_d , typename AFIELD_f >
AFopr<AFIELD_f>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_fopr_f
private

Definition at line 43 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_kernel_d

template<typename AFIELD_d , typename AFIELD_f >
AFopr<AFIELD_d>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_kernel_d
private

Definition at line 40 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_kernel_f

template<typename AFIELD_d , typename AFIELD_f >
AFopr<AFIELD_f>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_kernel_f
private

Definition at line 41 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_precond

template<typename AFIELD_d , typename AFIELD_f >
APrecond<AFIELD_d>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_precond
private

Definition at line 45 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_solver

template<typename AFIELD_d , typename AFIELD_f >
ASolver<AFIELD_d>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_solver
private

Definition at line 46 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_solver_prec

template<typename AFIELD_d , typename AFIELD_f >
ASolver<AFIELD_f>* Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_solver_prec
private

Definition at line 44 of file fprop_alt_Standard_lex_Mixedprec.h.

◆ m_timer

template<typename AFIELD_d , typename AFIELD_f >
Timer Fprop_alt_Standard_lex_Mixedprec< AFIELD_d, AFIELD_f >::m_timer
private

Definition at line 50 of file fprop_alt_Standard_lex_Mixedprec.h.


The documentation for this class was generated from the following files: