BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ROOT::Minuit2::SinParameterTransformation Class Reference

Description

class for the transformation for double-limited parameter Using a sin function one goes from a double-limited parameter range to an unlimited one

Definition at line 25 of file SinParameterTransformation.h.

Public Member Functions

 SinParameterTransformation ()
 
 ~SinParameterTransformation ()
 
double DInt2Ext (double Value, double Upper, double Lower) const
 
double Ext2int (double Value, double Upper, double Lower, const MnMachinePrecision &) const
 
double Int2ext (double Value, double Upper, double Lower) const
 

Constructor & Destructor Documentation

◆ SinParameterTransformation()

ROOT::Minuit2::SinParameterTransformation::SinParameterTransformation ( )
inline

Definition at line 29 of file SinParameterTransformation.h.

29 {}

◆ ~SinParameterTransformation()

ROOT::Minuit2::SinParameterTransformation::~SinParameterTransformation ( )
inline

Definition at line 31 of file SinParameterTransformation.h.

31 {}

Member Function Documentation

◆ DInt2Ext()

double ROOT::Minuit2::SinParameterTransformation::DInt2Ext ( double  Value,
double  Upper,
double  Lower 
) const

◆ Ext2int()

double ROOT::Minuit2::SinParameterTransformation::Ext2int ( double  Value,
double  Upper,
double  Lower,
const MnMachinePrecision  
) const

◆ Int2ext()

double ROOT::Minuit2::SinParameterTransformation::Int2ext ( double  Value,
double  Upper,
double  Lower 
) const

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