14namespace CurveFitting {
34 const std::string name()
const override;
35 int version()
const override;
36 const std::vector<std::string>
seeAlso()
const override {
return {
"Fit",
"SplineBackground",
"SplineSmoothing"}; }
37 const std::string category()
const override;
38 const std::string summary()
const override;
39 std::map<std::string, std::string> validateInputs()
override;
75 const size_t row,
const std::pair<size_t, size_t> &indices,
const bool doDerivs,
76 std::vector<API::MatrixWorkspace_sptr> &derivs)
const;
IPeaksWorkspace_sptr workspace
Base class from which all concrete algorithm classes should be derived.
Takes two workspaces as input.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::shared_ptr< Functions::CubicSpline > m_cspline
CubicSpline member used to perform interpolation.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.