Jpp
17.3.2
the software that should make you happy
|
Example program to test Legendre polynome. More...
#include <string>
#include <iostream>
#include <iomanip>
#include "TRandom3.h"
#include "JMath/JLegendre.hh"
#include "JMath/JMathSupportkit.hh"
#include "JFit/JLegendreEstimator.hh"
#include "JTools/JCollection.hh"
#include "JTools/JElement.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 Legendre polynome.
Definition in file JFit/JLegendre.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 25 of file JFit/JLegendre.cc.