class to wrap a gsl_function_fdf (with derivatives)
Definition at line 105 of file GSLFunctionWrapper.h.
#include </home/sftnight/build/workspace/root-makedoc-v620/rootspi/rdoc/src/v6-20-00-patches/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()
◆ SetFdfPointer()
◆ SetFuncPointer()
◆ 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: