24namespace CurveFitting {
32 std::string
name()
const override {
return "ChudleyElliotSQE"; }
33 const std::string
category()
const override {
return "QuasiElastic"; }
34 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
35 void functionDeriv1D(
Mantid::API::Jacobian *jacobian,
const double *xValues,
const size_t nData)
override;
38 void declareParameters()
override;
Represents the Jacobian in IFitFunction::functionDeriv.
Chudley-Elliots jump diffusion model.
std::string name() const override
Returns the function's name.
const std::string category() const override
The categories the Fit function belong to.
This is a specialization of IFunction1D for functions having the magnitude of the momentum transfer (...
Helper class which provides the Collimation Length for SANS instruments.