APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
diagonalbasis.h
Go to the documentation of this file.
1//
2// APFEL++ 2017
3//
4// Author: Valerio Bertone: valerio.bertone@cern.ch
5//
6
7#pragma once
8
10
11namespace apfel
12{
19
25 {
26 public:
32 DiagonalBasis(int const& nf, int const& offset = 0);
33 };
35}
The ConvolutionMap class encapsulates the set of rules to multiply a sets of operators with a set of ...
Definition convolutionmap.h:22
The DiagonalBasis class is the simplest derivation of ConvolutionMap meant to essentially perform a s...
Definition diagonalbasis.h:25
DiagonalBasis(int const &nf, int const &offset=0)
The DiagonalBasis constructor.
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14