8 #ifndef WILSONCOEFFICIENT_H
9 #define WILSONCOEFFICIENT_H
gslpp::vector< gslpp::complex > * Elem(orders order) const
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders_ew order_ew_i)
WilsonCoefficient(unsigned int dim, schemes scheme, orders order, orders_ew order_ew)
A class for the Wilson coefficients.
void setElem(const gslpp::vector< gslpp::complex > &v, orders order_i)
orders
An enum type for orders in QCD.
gslpp::vector< gslpp::complex > ** getCoeff() const
void setCoeff(const gslpp::vector< gslpp::complex > &z, orders order_i)
schemes
An enum type for regularization schemes.
A template class for the Wilson coefficients.
orders_ew
An enum type for orders in electroweak.
WilsonCoefficient(unsigned int dim, schemes scheme, orders order)
gslpp::vector< gslpp::complex > * getCoeff(orders ord) const
gslpp::vector< gslpp::complex > * elem[MAXORDER_EW+1]
A class for defining operations on and functions of complex numbers.
gslpp::vector< gslpp::complex > * getCoeff(orders_ew ord_ew) const
Complex number, vector and matrix manipulation using GSL.