Jpp - the software that should make you happy
|
Example program to test 1D Legendre interpolation of a polynome. More...
#include <string>
#include <iostream>
#include <iomanip>
#include "TRandom3.h"
#include "JLang/JException.hh"
#include "JMath/JPolynome.hh"
#include "JTools/JPolfit.hh"
#include "JTools/JPolint.hh"
#include "JTools/JElement.hh"
#include "JTools/JGridCollection.hh"
#include "JTools/JGrid.hh"
#include "JTools/JQuantile.hh"
#include "JTools/JToolsToolkit.hh"
#include "Jeep/JPrint.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 Legendre interpolation of a polynome.
Definition in file JPolfit1D.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file JPolfit1D.cc.