14namespace FrameworkTestHelpers {
19 std::string
name()
const override;
24 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
This is a specialization of IFunction for functions of one real argument.
Represents the Jacobian in IFitFunction::functionDeriv.
Implements the part of IFunction interface dealing with parameters.
void function1D(double *out, const double *xValues, const size_t nData) const override
Function you want to fit to.
void iterationStarting() override
Called at the start of each iteration.
void functionDeriv1D(Mantid::API::Jacobian *out, const double *xValues, const size_t nData) override
Derivatives of function with respect to active parameters.
std::string name() const override
Returns the function's name.
void iterationFinished() override
Called at the end of an iteration.
Helper class which provides the Collimation Length for SANS instruments.