36 std::function<
Set<Operator>(
bool const&,
int const&)>
const& MatchingConditions,
39 std::vector<double>
const& Thresholds,
40 int const& nsteps = 10);
88 void SetInitialDistributions(std::function<std::map<int, double>(
double const&,
double const&)>
const& InDistFunc,
double const& mu);
The Dglap class is specialization class of the MatchedEvolution class for the computation of the DGLA...
Definition dglap.h:22
void SetInitialDistributions(std::function< std::map< int, double >(double const &)> const &InDistFunc)
Function that sets the reference distribution at the reference scale using a map of the distribution ...
void SetInitialDistributions(std::function< double(int const &, double const &)> const &InDistFunc)
Function that sets the reference object at the reference scale using a function of the index and x.
Set< T > MatchObject(bool const &Up, int const &nf, Set< T > const &sd) const
Function that matches the evolved object at the thresholds.
void SetInitialDistributions(std::function< std::map< int, double >(double const &, double const &)> const &InDistFunc, double const &mu)
Function that sets the reference distribution at the reference scale using a map of the distribution ...
Set< T > Derivative(int const &nf, double const &t, Set< T > const &f) const
This function returns the r.h.s. of the DGLAP equation, i.e. the convolution between splitting functi...
std::function< Set< Operator >(bool const &, int const &)> _MatchingConditions
Definition dglap.h:92
Dglap(std::function< Set< Operator >(int const &, double const &)> const &SplittingFunctions, std::function< Set< Operator >(bool const &, int const &)> const &MatchingConditions, Set< T > const &ObjRef, double const &MuRef, std::vector< double > const &Thresholds, int const &nsteps=10)
Dglap constructor.
std::function< Set< Operator >(int const &, double const &)> _SplittingFunctions
Definition dglap.h:91
The MatchedEvolution class is a template mother class for the computation of the running of a generic...
Definition matchedevolution.h:23
The Set template class allocates a collection of objects of type T along the ConvolutionMap and provi...
Definition set.h:22
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14