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::SqrtLowParameterTransformation Class Reference

Description

Transformation from external to internal Parameter based on sqrt(1 + x**2)

This transformation applies for the case of single side Lower Parameter limits

Definition at line 32 of file SqrtLowParameterTransformation.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ SqrtLowParameterTransformation()

ROOT::Minuit2::SqrtLowParameterTransformation::SqrtLowParameterTransformation ( )
inline

Definition at line 36 of file SqrtLowParameterTransformation.h.

36 {}

◆ ~SqrtLowParameterTransformation()

ROOT::Minuit2::SqrtLowParameterTransformation::~SqrtLowParameterTransformation ( )
inline

Definition at line 38 of file SqrtLowParameterTransformation.h.

38 {}

Member Function Documentation

◆ DInt2Ext()

double ROOT::Minuit2::SqrtLowParameterTransformation::DInt2Ext ( double  Value,
double  Lower 
) const

◆ Ext2int()

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

◆ Int2ext()

double ROOT::Minuit2::SqrtLowParameterTransformation::Int2ext ( double  Value,
double  Lower 
) const

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