A class for the Wilson coefficients. More...
#include <WilsonCoefficient.h>
A class for the Wilson coefficients.
Definition at line 22 of file WilsonCoefficient.h.
Public Member Functions | |
gslpp::vector< gslpp::complex > ** | getCoeff () const |
gslpp::vector< gslpp::complex > * | getCoeff (orders ord) const |
gslpp::vector< gslpp::complex > * | getCoeff (orders_qed ord_qed) const |
void | setCoeff (const gslpp::vector< gslpp::complex > &z, orders order_i) |
void | setCoeff (const gslpp::vector< gslpp::complex > &z, orders_qed order_qed_i) |
void | setCoeff (unsigned int i, gslpp::complex z, orders order_i) |
void | setCoeff (unsigned int i, gslpp::complex z, orders_qed order_qed_i) |
WilsonCoefficient (unsigned int dim, schemes scheme, orders order) | |
WilsonCoefficient (unsigned int dim, schemes scheme, orders order, orders_qed order_qed) | |
![]() | |
double | getMu () const |
orders | getOrder () const |
orders_qed | getOrder_qed () const |
schemes | getScheme () const |
unsigned int | getSize () const |
virtual void | resetCoefficient () |
virtual void | setMu (double mu) |
void | setScheme (schemes scheme) |
WilsonTemplate (const WilsonTemplate< gslpp::vector< gslpp::complex > > &orig) | |
WilsonTemplate (unsigned int dim, schemes scheme_i, orders order_i, orders_qed order_qed_i=NO_QED) | |
virtual | ~WilsonTemplate () |
Additional Inherited Members | |
![]() | |
gslpp::vector< gslpp::complex > * | Elem (orders order) const |
gslpp::vector< gslpp::complex > * | Elem (orders_qed order_qed) const |
void | setElem (const gslpp::vector< gslpp::complex > &v, orders order_i) |
void | setElem (const gslpp::vector< gslpp::complex > &v, orders_qed order_qed_i) |
![]() | |
gslpp::vector< gslpp::complex > * | elem [MAXORDER_QED+1] |
double | mu |
orders | order |
orders_qed | order_qed |
schemes | scheme |
unsigned int | size |
Definition at line 12 of file WilsonCoefficient.cpp.
WilsonCoefficient::WilsonCoefficient | ( | unsigned int | dim, |
schemes | scheme, | ||
orders | order, | ||
orders_qed | order_qed | ||
) |
Definition at line 16 of file WilsonCoefficient.cpp.
|
inline |
Definition at line 29 of file WilsonCoefficient.h.
|
inline |
Definition at line 48 of file WilsonCoefficient.h.
|
inline |
Definition at line 53 of file WilsonCoefficient.h.
|
inline |
Definition at line 34 of file WilsonCoefficient.h.
|
inline |
Definition at line 39 of file WilsonCoefficient.h.
void WilsonCoefficient::setCoeff | ( | unsigned int | i, |
gslpp::complex | z, | ||
orders | order_i | ||
) |
Definition at line 20 of file WilsonCoefficient.cpp.
void WilsonCoefficient::setCoeff | ( | unsigned int | i, |
gslpp::complex | z, | ||
orders_qed | order_qed_i | ||
) |
Definition at line 37 of file WilsonCoefficient.cpp.