ComPWA
Common Partial-Wave-Analysis Framework
|
Calculates the inverse of input double values and double parameters. More...
#include <Functions.hpp>
Public Member Functions | |
Inverse (ParType out) | |
virtual | ~Inverse () |
virtual void | execute (ParameterList ¶s, std::shared_ptr< Parameter > &out) |
Strategy execution. More... | |
Public Member Functions inherited from ComPWA::FunctionTree::Strategy | |
Strategy (ParType out, std::string name) | |
virtual | ~Strategy ()=default |
virtual const ParType | OutType () const |
Return parameter type. More... | |
std::string | str () const |
Additional Inherited Members | |
Protected Attributes inherited from ComPWA::FunctionTree::Strategy | |
ParType | checkType |
const std::string | Name |
Calculates the inverse of input double values and double parameters.
Definition at line 63 of file Functions.hpp.
|
inline |
Definition at line 65 of file Functions.hpp.
|
inlinevirtual |
Definition at line 67 of file Functions.hpp.
|
virtual |
Strategy execution.
Implements ComPWA::FunctionTree::Strategy.
Definition at line 17 of file Functions.cpp.