15namespace CurveFitting {
33 std::string
name()
const override {
return "DecoupAsymPowderMagRot"; }
34 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
35 void functionDeriv1D(
API::Jacobian *out,
const double *xValues,
const size_t nData)
override;
36 const std::string
category()
const override {
return "Muon\\MuonModelling\\Magnetism"; }
Represents the Jacobian in IFitFunction::functionDeriv.
Provide Decoupling of asymmetry in the ordered state of a powdered magnet for fitting function interf...
std::string name() const override
overwrite IFunction base class methods
const std::string category() const override
overwrite IFunction base class methods
Helper class which provides the Collimation Length for SANS instruments.