![]() |
APFEL 4.8.0
A PDF evolution library in C++
|
#include <vector>#include <tuple>#include <iostream>#include <functional>Go to the source code of this file.
Classes | |
| class | apfel::QGrid< T > |
| The template class QGrids is a mother class for the interpolation in Q. This class also implements methods for the subgrid interpolation relevant for example in a VFNS evolution. More... | |
Namespaces | |
| namespace | apfel |
| Namespace for all APFEL++ functions and classes. | |
Functions | |
| template<class T > | |
| std::ostream & | apfel::operator<< (std::ostream &os, QGrid< T > const &Qg) |
| Method that prints QGrid with cout <<. | |