Jpp
19.1.0-rc.1
the software that should make you happy
|
Example program to test multi-dimensional interpolation. 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.
Definition in file JPolynome5D.cc.
|
inline |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 46 of file JPolynome5D.cc.