37 const std::string
name()
const override {
return "Exponential"; }
39 const std::string
summary()
const override {
40 return "The Exponential algorithm will transform the signal values 'y' "
45 int version()
const override {
return (1); }
46 const std::vector<std::string>
seeAlso()
const override {
return {
"Power",
"Logarithm"}; }
50 void performUnaryOperation(
const double XIn,
const double YIn,
const double EIn,
double &YOut,
double &EOut)
override;
Exponential performs the exponential function on an input workspace.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
UnaryOperation supports the implementation of a Unary operation on an input workspace.
Helper class which provides the Collimation Length for SANS instruments.