|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Example program to test interpolation on 2D grid between 1D tables. More...
#include <iostream>#include <iomanip>#include <cmath>#include "TRandom3.h"#include "JTools/JTable1D.hh"#include "JTools/JGrid.hh"#include "JTools/JElement.hh"#include "JTools/JPolint.hh"#include "JTools/JGridCollection.hh"#include "JTools/JMapList.hh"#include "JTools/JMultiFunction.hh"#include "JTools/JFunctionalMap_t.hh"#include "JTools/JFunction1D_t.hh"#include "JTools/JStats.hh"#include "Jeep/JPrint.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 test interpolation on 2D grid between 1D tables.
Definition in file JPolynome2Dx1D.cc.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 51 of file JPolynome2Dx1D.cc.