Mantid
|
#include "MantidCurveFitting/Functions/IsoRotDiff.h"
#include "MantidCurveFitting/Functions/ElasticIsoRotDiff.h"
#include "MantidCurveFitting/Functions/InelasticIsoRotDiff.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/IFunction.h"
#include "MantidAPI/ImmutableCompositeFunction.h"
#include <boost/math/special_functions/bessel.hpp>
#include <cmath>
#include <limits>
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 |
Typedefs | |
using | Attribute = Mantid::API::IFunction::Attribute |
Definition at line 25 of file IsoRotDiff.cpp.