22namespace CurveFitting {
32 const std::string
name()
const override {
return "ConvolveWorkspaces"; }
34 const std::string
summary()
const override {
return "Convolution of two workspaces."; }
37 int version()
const override {
return (1); }
39 const std::string
category()
const override {
return "Utility\\Workspaces"; }
47 std::unique_ptr<API::Progress> m_progress =
nullptr;
Base class from which all concrete algorithm classes should be derived.
Convolution of two workspaces.
void convolve(MantidVec &xValues, const MantidVec &Y1, const MantidVec &Y2, MantidVec &out) const
const std::string summary() const override
Summary of algorithms purpose.
~ConvolveWorkspaces() override=default
const std::string name() const override
Algorithm's name.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version.
Helper class which provides the Collimation Length for SANS instruments.
std::vector< double > MantidVec
typedef for the data storage used in Mantid matrix workspaces