![]() |
ROOT
6.06/09
Reference Guide
|
#include "Math/ChebyshevApprox.h"#include "Math/IFunction.h"#include "Math/Functor.h"#include "Math/SpecFunc.h"#include <iostream>#include <cmath>
Include dependency graph for testChebyshev.cxx:Go to the source code of this file.
Typedefs | |
| typedef double(* | FP) (double, void *) |
Functions | |
| double | myfunc (double x, void *) |
| double | gamma_func (double x, void *) |
| int | printCheb (const ROOT::Math::ChebyshevApprox &c, double x0, double x1, FP func=0) |
| int | main () |
Definition at line 13 of file testChebyshev.cxx.
Definition at line 25 of file testChebyshev.cxx.
Referenced by main().
| int main | ( | ) |
Definition at line 70 of file testChebyshev.cxx.
Definition at line 17 of file testChebyshev.cxx.
Referenced by main().
| int printCheb | ( | const ROOT::Math::ChebyshevApprox & | c, |
| double | x0, | ||
| double | x1, | ||
| FP | func = 0 |
||
| ) |
Definition at line 49 of file testChebyshev.cxx.
Referenced by main().