class to wrap a gsl_function_fdf (with derivatives)
Definition at line 105 of file GSLFunctionWrapper.h.
#include </home/ozapatam/Projects/root/math/mathmore/src/GSLFunctionWrapper.h>
◆ GSLFunctionDerivWrapper()
ROOT::Math::GSLFunctionDerivWrapper::GSLFunctionDerivWrapper |
( |
| ) |
|
|
inline |
◆ Derivative()
double ROOT::Math::GSLFunctionDerivWrapper::Derivative |
( |
double |
x | ) |
|
|
inline |
◆ Fdf()
void ROOT::Math::GSLFunctionDerivWrapper::Fdf |
( |
double |
x, |
|
|
double & |
f, |
|
|
double & |
df |
|
) |
| |
|
inline |
◆ GetFunc()
gsl_function_fdf* ROOT::Math::GSLFunctionDerivWrapper::GetFunc |
( |
| ) |
|
|
inline |
◆ IsValid()
bool ROOT::Math::GSLFunctionDerivWrapper::IsValid |
( |
| ) |
|
|
inline |
◆ operator()()
double ROOT::Math::GSLFunctionDerivWrapper::operator() |
( |
double |
x | ) |
|
|
inline |
◆ SetDerivPointer()
void ROOT::Math::GSLFunctionDerivWrapper::SetDerivPointer |
( |
GSLFuncPointer |
f | ) |
|
|
inline |
◆ SetFdfPointer()
void ROOT::Math::GSLFunctionDerivWrapper::SetFdfPointer |
( |
GSLFdfPointer |
f | ) |
|
|
inline |
◆ SetFuncPointer()
void ROOT::Math::GSLFunctionDerivWrapper::SetFuncPointer |
( |
GSLFuncPointer |
f | ) |
|
|
inline |
◆ SetParams()
void ROOT::Math::GSLFunctionDerivWrapper::SetParams |
( |
void * |
p | ) |
|
|
inline |
◆ fFunc
gsl_function_fdf ROOT::Math::GSLFunctionDerivWrapper::fFunc |
|
private |
The documentation for this class was generated from the following file: