|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/FunctionNegation.hh>
Public Member Functions | |
| FunctionNegation (const AbsFunction *arg1) | |
| FunctionNegation (const FunctionNegation &right) | |
| virtual | ~FunctionNegation () |
| virtual double | operator() (double argument) const override |
| virtual double | operator() (const Argument &argument) const override |
| virtual unsigned int | dimensionality () const override |
| Derivative | partial (unsigned int) const override |
| virtual bool | hasAnalyticDerivative () const override |
Public Member Functions inherited from Genfun::AbsFunction | |
| AbsFunction () | |
| AbsFunction (const AbsFunction &right) | |
| virtual | ~AbsFunction () |
| virtual AbsFunction * | clone () const =0 |
| virtual FunctionComposition | operator() (const AbsFunction &f) const |
| virtual ParameterComposition | operator() (const AbsParameter &p) const |
| Derivative | derivative (const Variable &v) const |
| Derivative | prime () const |
Definition at line 19 of file FunctionNegation.hh.
| Genfun::FunctionNegation::FunctionNegation | ( | const AbsFunction * | arg1 | ) |
| Genfun::FunctionNegation::FunctionNegation | ( | const FunctionNegation & | right | ) |
|
virtual |
Reimplemented from Genfun::AbsFunction.
Reimplemented from Genfun::AbsFunction.
Definition at line 45 of file FunctionNegation.hh.
|
overridevirtual |
Implements Genfun::AbsFunction.
Implements Genfun::AbsFunction.
|
overridevirtual |
Reimplemented from Genfun::AbsFunction.