#include "apfel/grid.h"
#include <array>
Go to the source code of this file.
|  | 
| 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... 
 | 
|  | 
|  | 
| namespace | apfel | 
|  | Namespace for all APFEL++ functions and classes. 
 | 
|  | 
|  | 
| 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. 
 | 
|  |