24namespace CurveFitting {
37 std::string
name()
const override {
return "TeixeiraWaterSQE"; }
38 const std::string
category()
const override {
return "QuasiElastic"; }
39 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
40 void functionDeriv1D(
Mantid::API::Jacobian *jacobian,
const double *xValues,
const size_t nData)
override;
43 void declareParameters()
override;
Represents the Jacobian in IFitFunction::functionDeriv.
This is a specialization of IFunction1D for functions having the magnitude of the momentum transfer (...
Teixeira's model to describe the translational diffusion of water.
const std::string category() const override
The categories the Fit function belong to.
std::string name() const override
Returns the function's name.
Helper class which provides the Collimation Length for SANS instruments.