40#include "RConfigure.h" 
   45#error libMathMore is not available - cannot run this tutorial 
   56void exampleMultiRoot(
const char * algo = 0, 
int printlevel = 1) {
 
   60   TF2 * 
f1 = 
new TF2(
"f1",
"[0]*(1-x)+[1]*y");
 
   61   TF2 * f2 = 
new TF2(
"f2",
"[0]*(y-x*x)");
 
   69   r.SetPrintLevel(printlevel);
 
Class for Multidimensional root finding algorithms bassed on GSL.
 
Class to Wrap a ROOT Function class (like TF1) in a IParamMultiFunction interface of multi-dimensions...
 
virtual void SetParameters(const Double_t *params)
 
virtual void SetParameter(Int_t param, Double_t value)
 
A 2-Dim function with parameters.