| 
    Jpp
    18.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Example program to create 1D function interpolator from multi-dimensional interpolator. More...
#include <string>#include <iostream>#include <iomanip>#include <cmath>#include "TRandom3.h"#include "TMath.h"#include "JTools/JMapList.hh"#include "JTools/JFunction1D_t.hh"#include "JTools/JFunctionalMap_t.hh"#include "JTools/JConstantFunction1D.hh"#include "JTools/JMultiFunction.hh"#include "JTools/JQuantile.hh"#include "JTools/JToolsToolkit.hh"#include "Jeep/JTimer.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) | 
Example program to create 1D function interpolator from multi-dimensional interpolator.
Definition in file JMultiFunction1D.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 45 of file JMultiFunction1D.cc.
 1.8.5