19 template<
typename TOutput = complex,
typename TMass =
double,
typename TScale =
double>
27 void integral(vector<TOutput> &res, TScale
const& mu2, vector<TMass>
const& m, vector<TScale>
const& p = {});
void integral(vector< TOutput > &res, TScale const &mu2, vector< TMass > const &m, vector< TScale > const &p={})
Computes the tadpole integral.
Definition: tadpole.cc:42
The Topology abstract class.
Definition: topology.h:26
~TadPole()
The Destructor.
Definition: tadpole.cc:24
The TadPole integral.
Definition: tadpole.h:20
TadPole()
The Constructor.
Definition: tadpole.cc:16