#include "Math/MinimizerOptions.h"
#include "Math/GenAlgoOptions.h"
#include "TEnv.h"
#include "TVirtualRWMutex.h"
#include <iomanip>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |
namespace | ROOT::Math::Minim |
Variables | |
static double | ROOT::Math::Minim::gDefaultErrorDef = 1. |
static IOptions * | ROOT::Math::Minim::gDefaultExtraOptions = nullptr |
static int | ROOT::Math::Minim::gDefaultMaxCalls = 0 |
static int | ROOT::Math::Minim::gDefaultMaxIter = 0 |
static std::string | ROOT::Math::Minim::gDefaultMinimAlgo = "Migrad" |
static std::string | ROOT::Math::Minim::gDefaultMinimizer = "" |
static double | ROOT::Math::Minim::gDefaultPrecision = -1 |
static int | ROOT::Math::Minim::gDefaultPrintLevel = 0 |
static int | ROOT::Math::Minim::gDefaultStrategy = 1 |
static double | ROOT::Math::Minim::gDefaultTolerance = 1.E-2 |