Go to the documentation of this file.
10 #ifndef ASOLVER_CGNR_INCLUDED
11 #define ASOLVER_CGNR_INCLUDED
30 template<
typename AFIELD>
77 static bool register_factory()
80 create_object_with_fopr);
void solve(AFIELD &solution, const AFIELD &source, int &Nconv, real_t &diff)
solver main.
ASolver_CGNR(AFopr< AFIELD > *fopr)
AFopr< AFIELD > * get_fopr()
returns the pointer to the fermion operator.
double flop_count()
returns the floating point operation count.
void set_parameters(const Parameters ¶ms)
setting parameters by a Parameter object.
ASolver_CGNR(unique_ptr< AFopr< AFIELD > > &fopr)
AFopr< AFIELD > * get_fopr()
returns the pointer to the fermion operator.
Container of Field-type object.
static const std::string class_name