![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
This structure contains a pair of sets of coefficient functions and of objects. More...
#include <observable.h>
Public Member Functions | |
ConvolutionPair (std::function< Set< Operator >(double const &)> const &C, std::function< Set< T >(double const &)> const &O) | |
Public Attributes | |
std::function< Set< Operator >(double const &)> | CoefficientFunctions |
std::function< Set< T >(double const &)> | Objects |
This structure contains a pair of sets of coefficient functions and of objects.
|
inline |
std::function<Set<Operator>(double const&)> apfel::Observable< T >::ConvolutionPair::CoefficientFunctions |
std::function<Set<T>(double const&)> apfel::Observable< T >::ConvolutionPair::Objects |