82 double a[3][10],
b[3][10][10][10],
c[3][10][10][10],
d[3][10][10][10];
93 gslpp::vector<gslpp::complex>
e;
gslpp::matrix< gslpp::complex > vi
gslpp::matrix< gslpp::complex > jss
gslpp::matrix< double > & DC1Evol(double mu, double M, orders order, schemes scheme=NDR)
a method returning the evolutor related to the high scale and the low scale
virtual ~EvolDC1()
EvolDC1 destructor.
const StandardModel & model
gslpp::matrix< double > ToRescaledBasis(orders order, unsigned int n_u, unsigned int n_d) const
a method returning the anomalous dimension in the Chetyrkin, Misiak and Munz operator basis
gslpp::matrix< gslpp::complex > v
gslpp::matrix< gslpp::complex > s_s
gslpp::matrix< gslpp::complex > js
gslpp::vector< gslpp::complex > e
EvolDC1(unsigned int dim, schemes scheme, orders order, const StandardModel &model)
EvolDC1 constructor.
gslpp::matrix< gslpp::complex > jssv
gslpp::matrix< gslpp::complex > h
gslpp::matrix< gslpp::complex > jv
gslpp::matrix< gslpp::complex > gg
gslpp::matrix< gslpp::complex > vij
gslpp::matrix< double > ToEffectiveBasis(gslpp::matrix< double > mat) const
a method returning the anomalous dimension for the evolution of the effective Wilson coefficients
gslpp::matrix< double > AnomalousDimension_M(orders order, unsigned int n_u, unsigned int n_d) const
a method returning the anomalous dimension matrix given in the Misiak basis
A class for the RG evolutor of the Wilson coefficients.
A model class for the Standard Model.
orders
An enum type for orders in QCD.
schemes
An enum type for regularization schemes.