Logo ROOT   6.08/07
Reference Guide
Typedefs | Functions | Variables
testDerivation.cxx File Reference
#include "Math/Polynomial.h"
#include "Math/Derivator.h"
#include "Math/IFunction.h"
#include "Math/Functor.h"
#include "Math/WrappedFunction.h"
#include "Math/WrappedParamFunction.h"
#include <iostream>
#include <vector>
#include <cassert>
#include <cmath>
Include dependency graph for testDerivation.cxx:

Typedefs

typedef double(* FP) (double, void *)
 
typedef double(* FP2) (double)
 

Functions

int main ()
 
double myfunc (double x, void *)
 
double myfunc2 (double x)
 
int testDerivation ()
 

Variables

const double ERRORLIMIT = 1E-5
 

Typedef Documentation

◆ FP

typedef double( * FP) (double, void *)

Definition at line 24 of file testDerivation.cxx.

◆ FP2

typedef double( * FP2) (double)

Definition at line 25 of file testDerivation.cxx.

Function Documentation

◆ main()

int main ( )

Definition at line 354 of file testDerivation.cxx.

◆ myfunc()

double myfunc ( double  x,
void  
)

Definition at line 28 of file testDerivation.cxx.

◆ myfunc2()

double myfunc2 ( double  x)

Definition at line 33 of file testDerivation.cxx.

◆ testDerivation()

int testDerivation ( )

Definition at line 37 of file testDerivation.cxx.

Variable Documentation

◆ ERRORLIMIT

const double ERRORLIMIT = 1E-5

Definition at line 22 of file testDerivation.cxx.