Jpp - the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
JTrigonometric1D.cc File Reference

Example program to test 1D interpolation of a trigonometric function. More...

#include <string>
#include <iostream>
#include <sstream>
#include <iomanip>
#include "TRandom3.h"
#include "JLang/JException.hh"
#include "JMath/JTrigonometric.hh"
#include "JMath/JConstants.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)
 

Detailed Description

Example program to test 1D interpolation of a trigonometric function.

Author
mdejong

Definition in file JTrigonometric1D.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 130 of file JTrigonometric1D.cc.

131 {
132  if (do_main<2>(argc, argv) != 0) { return 1; }
133  if (do_main<3>(argc, argv) != 0) { return 1; }
134  if (do_main<4>(argc, argv) != 0) { return 1; }
135  if (do_main<5>(argc, argv) != 0) { return 1; }
136 }