14#include "MantidCurveFitting/DllConfig.h"
16namespace CurveFitting {
27 std::string
name()
const override {
return "StretchExpMuon"; }
28 const std::string
category()
const override {
return "Muon\\MuonGeneric"; }
31 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.
Implements the part of IFunction interface dealing with parameters.
Provide stetch exponential function for Muon scientists.
std::string name() const override
overwrite IFunction base class methods
const std::string category() const override
The categories the Fit function belong to.
Helper class which provides the Collimation Length for SANS instruments.