CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <ClassicalSolver.hh>
Public Member Functions | |
EnergyFunction (const Classical::Solver &) | |
virtual | ~EnergyFunction () |
EnergyFunction (const EnergyFunction &right) | |
virtual double | operator() (double argument) const override |
virtual double | operator() (const Argument &a) const override |
Public Member Functions inherited from Genfun::AbsFunction | |
AbsFunction () | |
AbsFunction (const AbsFunction &right) | |
virtual | ~AbsFunction () |
virtual unsigned int | dimensionality () const |
virtual double | operator() (double argument) const =0 |
virtual double | operator() (const Argument &argument) const =0 |
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 76 of file ClassicalSolver.hh.
Genfun::EnergyFunction::EnergyFunction | ( | const Classical::Solver & | xsolver | ) |
Definition at line 11 of file ClassicalSolver.cc.
|
virtual |
Definition at line 15 of file ClassicalSolver.cc.
Genfun::EnergyFunction::EnergyFunction | ( | const EnergyFunction & | right | ) |
Definition at line 18 of file ClassicalSolver.cc.
Implements Genfun::AbsFunction.
Definition at line 93 of file ClassicalSolver.hh.
Implements Genfun::AbsFunction.
Definition at line 23 of file ClassicalSolver.cc.
Referenced by operator()().