Logo ROOT  
Reference Guide
MinimTransformVariable.h File Reference
#include "MinimizerVariableTransformation.h"
#include <memory>
Include dependency graph for MinimTransformVariable.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::MinimTransformVariable
 MinimTransformVariable class Contains meta information of the variables such as bounds, fix flags and deals with transformation of the variable The class does not contain the values and the step size (error) of the variable This is an internal class used by the MinimTransformFunction class. More...
 

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
 

Enumerations

enum  ROOT::Math::EMinimVariableType {
  ROOT::Math::kDefault , ROOT::Math::kFix , ROOT::Math::kBounds , ROOT::Math::kLowBound ,
  ROOT::Math::kUpBound
}
 Enumeration describing the status of the variable The enumeration are used in the minimizer classes to categorize the variables. More...