|
Jpp
18.2.1-ARCA-DF-PATCH
the software that should make you happy
|
Example program to test 1D interpolation of a polynome. More...
#include <string>#include <iostream>#include <sstream>#include <iomanip>#include <vector>#include "TRandom3.h"#include "JLang/JException.hh"#include "JMath/JPolynome.hh"#include "JTools/JFunction1D_t.hh"#include "JTools/JGrid.hh"#include "JTools/JQuantile.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 1D interpolation of a polynome.
Definition in file JPolynome1P.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 25 of file JPolynome1P.cc.
1.8.5