| 
    Jpp
    17.3.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 | f3 (const double x, const double y, const double z) | 
| 3D function.  More... | |
| int | main (int argc, char **argv) | 
Example program to test multi-dimensional interpolation.
Definition in file JPolynome3D.cc.
      
  | 
  inline | 
3D function.
Definition at line 23 of file JPolynome3D.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 42 of file JPolynome3D.cc.
 1.8.5