|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/FunctionDifference.hh>
Public Member Functions | |
| FunctionDifference (const AbsFunction *arg1, const AbsFunction *arg2) | |
| FunctionDifference (const FunctionDifference &right) | |
| virtual | ~FunctionDifference () |
| virtual double | operator() (double argument) const override |
| virtual double | operator() (const Argument &a) 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 20 of file FunctionDifference.hh.
| Genfun::FunctionDifference::FunctionDifference | ( | const AbsFunction * | arg1, |
| const AbsFunction * | arg2 ) |
| Genfun::FunctionDifference::FunctionDifference | ( | const FunctionDifference & | right | ) |
|
virtual |
Reimplemented from Genfun::AbsFunction.
Reimplemented from Genfun::AbsFunction.
Definition at line 46 of file FunctionDifference.hh.
Implements Genfun::AbsFunction.
Implements Genfun::AbsFunction.
|
overridevirtual |
Reimplemented from Genfun::AbsFunction.