![]() |
ROOT
6.06/09
Reference Guide
|
#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:Go to the source code of this file.
Typedefs | |
| typedef double(* | FP) (double, void *) |
| typedef double(* | FP2) (double) |
Functions | |
| double | myfunc (double x, void *) |
| double | myfunc2 (double x) |
| int | testDerivation () |
| int | main () |
Variables | |
| const double | ERRORLIMIT = 1E-5 |
Definition at line 24 of file testDerivation.cxx.
Definition at line 25 of file testDerivation.cxx.
| int main | ( | ) |
Definition at line 354 of file testDerivation.cxx.
Definition at line 28 of file testDerivation.cxx.
Referenced by testDerivation().
Definition at line 33 of file testDerivation.cxx.
Referenced by testDerivation().
| int testDerivation | ( | ) |
Definition at line 37 of file testDerivation.cxx.
Referenced by main().
| const double ERRORLIMIT = 1E-5 |
Definition at line 22 of file testDerivation.cxx.
Referenced by testDerivation().