41#include "RConfigure.h"
46#error libMathMore is not available - cannot run this tutorial
57void exampleMultiRoot(
const char * algo =
nullptr,
int printlevel = 1) {
61 TF2 *
f1 =
new TF2(
"f1",
"[0]*(1-x)+[1]*y");
62 TF2 * f2 =
new TF2(
"f2",
"[0]*(y-x*x)");
63 f1->SetParameters(1,0);
70 r.SetPrintLevel(printlevel);
virtual void SetParameter(Int_t param, Double_t value)
WrappedMultiTF1Templ< double > WrappedMultiTF1
GSLMultiRootFinder MultiRootFinder