|
ROOT
Reference Guide |
|
Go to the documentation of this file.
10 #ifndef ROOT_Minuit2_FCNAdapter
11 #define ROOT_Minuit2_FCNAdapter
32 template <
class Function>
42 double Up()
const {
return fUp; }
double Up() const
Error definition of the function.
Interface (abstract class) defining the function to be minimized, which has to be implemented by the ...
double operator()(const double *v) const
FCNAdapter(const Function &f, double up=1.)
template wrapped class for adapting to FCNBase signature
Double_t(* Function)(Double_t)
void SetErrorDef(double up)
add interface to set dynamically a new error definition Re-implement this function if needed.
double operator()(const std::vector< double > &v) const
The meaning of the vector of parameters is of course defined by the user, who uses the values of thos...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...