#include "Math/Chebyshev.h"
#include "Math/IFunction.h"
#include "Math/Functor.h"
#include "Math/SpecFunc.h"
#include <iostream>
#include <cmath>
Go to the source code of this file.
Classes | |
class | GammaFunction |
Typedefs | |
typedef double(*) | FP (double, void *) |
Functions | |
double | myfunc (double x, void *) |
double | gamma_func (double x, void *) |
int | printCheb (const ROOT::Math::Chebyshev &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.
References ROOT::Math::tgamma().
Referenced by main().
int main | ( | void | ) |
Definition at line 70 of file testChebyshev.cxx.
References c, ROOT::Math::Chebyshev::Deriv(), gamma_func(), myfunc(), and printCheb().
Definition at line 17 of file testChebyshev.cxx.
int printCheb | ( | const ROOT::Math::Chebyshev & | c, | |
double | x0, | |||
double | x1, | |||
FP | func = 0 | |||
) |