60 void setEvol(
unsigned int i,
unsigned int j,
double x,
orders order_i);
123 void setMu(
double mu);
void setEvol(unsigned int i, unsigned int j, double x, orders order_i)
A class for constructing and defining operations on real matrices.
orders
An enum type for orders in QCD.
void setMu(double mu)
Sets the lower scale for the running of the Wilson Coefficients.
virtual ~RGEvolutor()
destructor
void setScales(double mu, double M)
Sets the upper and lower scale for the running of the Wilson Coefficients.
schemes
An enum type for regularization schemes.
void setM(double M)
Sets the upper scale for the running of the Wilson Coefficients.
A template class for the Wilson coefficients.
gslpp::matrix< double > ** getEvol() const
orders_ew
An enum type for orders in electroweak.
gslpp::matrix< double > * Evol(orders order)
Evolution matrix set at a fixed order of QCD coupling.
double getM() const
Retrieve the upper scale of the Wilson Coefficients.
A class for the RG evolutor of the Wilson coefficients.
RGEvolutor(unsigned int dim, schemes scheme, orders order)
constructor