Mantid
|
#include "MantidCurveFitting/Functions/ThermalNeutronBk2BkExpConvPVoigt.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/ParamFunction.h"
#include "MantidKernel/EmptyValues.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/ConfigService.h"
#include <boost/lexical_cast.hpp>
#include <cmath>
#include <gsl/gsl_sf_erf.h>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
namespace | Mantid::CurveFitting::Functions |
Variables | |
const double | NEG_DBL_MAX = -1. * DBL_MAX |
const double | PEAKRANGE = 5.0 |
const double NEG_DBL_MAX = -1. * DBL_MAX |
Definition at line 20 of file ThermalNeutronBk2BkExpConvPVoigt.cpp.
const double PEAKRANGE = 5.0 |
Definition at line 19 of file ThermalNeutronBk2BkExpConvPVoigt.cpp.