BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ROOT::Math::MinimizerVariableTransformation Class Referenceabstract

Description

Base class for MinimizerVariable transformations defining the functions to deal with bounded parameters

Definition at line 20 of file MinimizerVariableTransformation.h.

Inheritance diagram for ROOT::Math::MinimizerVariableTransformation:
[legend]

Public Member Functions

virtual ~MinimizerVariableTransformation ()
 
virtual double DInt2Ext (double value, double lower, double upper) const =0
 
virtual double Ext2int (double value, double lower, double upper) const =0
 
virtual double Int2ext (double value, double lower, double upper) const =0
 

Constructor & Destructor Documentation

◆ ~MinimizerVariableTransformation()

virtual ROOT::Math::MinimizerVariableTransformation::~MinimizerVariableTransformation ( )
inlinevirtual

Definition at line 24 of file MinimizerVariableTransformation.h.

24 {}

Member Function Documentation

◆ DInt2Ext()

virtual double ROOT::Math::MinimizerVariableTransformation::DInt2Ext ( double  value,
double  lower,
double  upper 
) const
pure virtual

◆ Ext2int()

virtual double ROOT::Math::MinimizerVariableTransformation::Ext2int ( double  value,
double  lower,
double  upper 
) const
pure virtual

◆ Int2ext()

virtual double ROOT::Math::MinimizerVariableTransformation::Int2ext ( double  value,
double  lower,
double  upper 
) const
pure virtual

The documentation for this class was generated from the following file: