APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
interpolator.h File Reference
#include "apfel/grid.h"
#include <array>

Go to the source code of this file.

Classes

class  apfel::Interpolator
 The Interpolator class is a mother class for the x-space interpolationand requires the implementation of a specialized interpolation algorithm. The current version uses the joint grid object stored allocated by the Grid class. More...
 

Namespaces

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

Functions

std::ostream & apfel::operator<< (std::ostream &os, Interpolator const &in)
 Method which prints Interpolator with cout <<. This only prints the first subgrid and is supposed to be used for debugging purposes.