ROOT
6.07/01
Reference Guide
|
class to wrap a gsl_function_fdf (with derivatives)
Definition at line 105 of file GSLFunctionWrapper.h.
Public Member Functions | |
GSLFunctionDerivWrapper () | |
void | SetFuncPointer (GSLFuncPointer f) |
void | SetDerivPointer (GSLFuncPointer f) |
void | SetFdfPointer (GSLFdfPointer f) |
void | SetParams (void *p) |
gsl_function_fdf * | GetFunc () |
double | operator() (double x) |
double | Derivative (double x) |
void | Fdf (double x, double &f, double &df) |
bool | IsValid () |
check if function is valid (has been set) More... | |
Private Attributes | |
gsl_function_fdf | fFunc |
#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/mathmore/src/GSLFunctionWrapper.h>
|
inline |
Definition at line 109 of file GSLFunctionWrapper.h.
Definition at line 129 of file GSLFunctionWrapper.h.
Definition at line 131 of file GSLFunctionWrapper.h.
|
inline |
Definition at line 124 of file GSLFunctionWrapper.h.
Referenced by ROOT::Math::GSLRootFinderDeriv::SetFunction().
|
inline |
check if function is valid (has been set)
Definition at line 136 of file GSLFunctionWrapper.h.
Referenced by ROOT::Math::GSLRootFinderDeriv::Iterate().
Definition at line 127 of file GSLFunctionWrapper.h.
|
inline |
Definition at line 119 of file GSLFunctionWrapper.h.
Referenced by ROOT::Math::GSLRootFinderDeriv::SetFunction().
|
inline |
Definition at line 120 of file GSLFunctionWrapper.h.
Referenced by ROOT::Math::GSLRootFinderDeriv::SetFunction().
|
inline |
Definition at line 118 of file GSLFunctionWrapper.h.
Referenced by ROOT::Math::GSLRootFinderDeriv::SetFunction().
Definition at line 121 of file GSLFunctionWrapper.h.
Referenced by ROOT::Math::GSLRootFinderDeriv::SetFunction().
|
private |
Definition at line 141 of file GSLFunctionWrapper.h.
Referenced by Derivative(), Fdf(), GetFunc(), GSLFunctionDerivWrapper(), IsValid(), operator()(), SetDerivPointer(), SetFdfPointer(), SetFuncPointer(), and SetParams().