| Jpp
    debug
    the software that should make you happy | 
Example program to test multi-dimensional interpolation with multi-dimensional function objects. More...
#include <string>#include <iostream>#include <iomanip>#include "TRandom3.h"#include "JTools/JMapList.hh"#include "JTools/JFunction1D_t.hh"#include "JTools/JFunctionalMap_t.hh"#include "JTools/JMultiFunction.hh"#include "JTools/JQuantile.hh"#include "Jeep/JTimer.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
| Functions | |
| double | f5 (const double x0, const double x1, const double x2, const double x3, const double x4) | 
| 5D function.  More... | |
| int | main (int argc, char **argv) | 
Example program to test multi-dimensional interpolation with multi-dimensional function objects.
Definition in file JPolynome3D+2D.cc.
| 
 | inline | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 46 of file JPolynome3D+2D.cc.