APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
convolutionmap.h File Reference
#include "apfel/matrix.h"
#include <map>
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  apfel::ConvolutionMap
 The ConvolutionMap class encapsulates the set of rules to multiply a sets of operators with a set of distributions. More...
 
struct  apfel::ConvolutionMap::rule
 This structure contains the attribute of a single rule. More...
 

Namespaces

namespace  apfel
 Namespace for all APFEL++ functions and classes.
 

Functions

std::ostream & apfel::operator<< (std::ostream &os, ConvolutionMap const &cm)
 Method which prints ConvolutionMap with cout <<.