Go to the documentation of this file.
10 #ifndef AFOPR_DD_INCLUDED
11 #define AFOPR_DD_INCLUDED
23 template<
typename AFIELD>
virtual void mult_sap(AFIELD &, const AFIELD &, const int eo)=0
SAP operator.
virtual void mult_dup(AFIELD &, const AFIELD &, const int mu)=0
Upward hopping part of mult.
Base class of fermion operator family.
virtual void mult_ddn(AFIELD &, const AFIELD &, const int mu)=0
Downward hopping part of mult.
virtual void mult_dd(AFIELD &, const AFIELD &)=0
Mult only inside domain.
virtual double flop_count_sap()=0
Returns floating operation counts for SAP mult.
Container of Field-type object.