Sector decomposition
|
#include <integrand.h>
Public Member Functions | |
integration_data (const std::vector< GiNaC::ex > &list_feynman_parameter, GiNaC::ex epsilon, int order) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const integration_data &arg) |
The class integration_data contains the data which will not be modified by the algorithm for the sector decomposition. The data members are:
integration_data | ( | const std::vector< GiNaC::ex > & | arg_list_feynman_parameter, |
GiNaC::ex | arg_epsilon, | ||
int | arg_order | ||
) |
Constructor.
The arguments are: arg_list_feynman_parameter is a vector containing the Feynman parameters as GiNaC::symbol, arg_epsilon is the expansion parameter, again of type GiNaC::symbol, arg_order defines term in the Laurent series, which should be calculated.
|
friend |
Output. Prints out the Feynman parameters, the expansion parameter and the order.