14namespace CurveFitting {
26 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
36 std::string
name()
const override {
return "CrystalFieldHeatCapacity"; }
37 const std::string
category()
const override {
return "General"; }
39 void function1D(
double *out,
const double *xValues,
const size_t nData)
const override;
49 std::string
name()
const override {
return "cv"; }
50 const std::string
category()
const override {
return "General"; }
This is a specialization of IFunction for functions of one real argument.
Implements the part of IFunction interface dealing with parameters.
CrystalFieldHeatCapacity is a function that calculates the molar magnetic heat capacity (in J/K/mol) ...
void function1D(double *out, const double *xValues, const size_t nData) const override
Function you want to fit to.
CrystalFieldHeatCapacityBase()
std::string name() const override
Returns the function's name.
const std::string category() const override
The categories the Fit function belong to.
std::string name() const override
Returns the function's name.
const std::string category() const override
The categories the Fit function belong to.
CrystalFieldPeaks is a function that calculates crystal field peak positions and intensities.
Helper class which provides the Collimation Length for SANS instruments.