|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/GenericFunctions/SymToArgAdaptor.hh>
Public Types | |
| typedef Parameter &(F::* | ScopedMethodPtr) () |
Public Member Functions | |
| SymToArgAdaptor (F &function, const AbsFunction &f_expression, ScopedMethodPtr parameterFetchMethod, const AbsFunction *p_expression) | |
| SymToArgAdaptor (const SymToArgAdaptor &right) | |
| virtual | ~SymToArgAdaptor () |
| virtual double | operator() (double argument) const override |
| virtual double | operator() (const Argument &a) const override |
| virtual unsigned int | dimensionality () 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 |
| virtual bool | hasAnalyticDerivative () const |
| virtual Derivative | partial (unsigned int) const |
Definition at line 34 of file SymToArgAdaptor.hh.
| typedef Parameter &(F::* Genfun::SymToArgAdaptor< F >::ScopedMethodPtr) () |
Definition at line 41 of file SymToArgAdaptor.hh.
| Genfun::SymToArgAdaptor< F >::SymToArgAdaptor | ( | F & | function, |
| const AbsFunction & | f_expression, | ||
| ScopedMethodPtr | parameterFetchMethod, | ||
| const AbsFunction * | p_expression | ||
| ) |
|
inline |
Definition at line 66 of file SymToArgAdaptor.icc.
|
inlinevirtual |
Definition at line 58 of file SymToArgAdaptor.icc.
|
inlineoverridevirtual |
Reimplemented from Genfun::AbsFunction.
Definition at line 90 of file SymToArgAdaptor.icc.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 96 of file SymToArgAdaptor.icc.
References Genfun::Argument::dimension().
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 79 of file SymToArgAdaptor.icc.