CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <LogisticFunction.hh>
Public Member Functions | |
LogisticFunction () | |
LogisticFunction (const LogisticFunction &right) | |
virtual | ~LogisticFunction () |
virtual double | operator() (double argument) const override |
virtual double | operator() (const Argument &arg) const override |
Parameter & | x0 () |
const Parameter & | x0 () const |
Parameter & | a () |
const Parameter & | a () const |
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 20 of file LogisticFunction.hh.
Genfun::LogisticFunction::LogisticFunction | ( | ) |
Definition at line 14 of file LogisticFunction.cc.
Genfun::LogisticFunction::LogisticFunction | ( | const LogisticFunction & | right | ) |
Definition at line 22 of file LogisticFunction.cc.
|
virtual |
Definition at line 19 of file LogisticFunction.cc.
Parameter & Genfun::LogisticFunction::a | ( | ) |
Definition at line 66 of file LogisticFunction.cc.
const Parameter & Genfun::LogisticFunction::a | ( | ) | const |
Definition at line 74 of file LogisticFunction.cc.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 37 of file LogisticFunction.hh.
Implements Genfun::AbsFunction.
Definition at line 29 of file LogisticFunction.cc.
Referenced by operator()().
Parameter & Genfun::LogisticFunction::x0 | ( | ) |
Definition at line 62 of file LogisticFunction.cc.
const Parameter & Genfun::LogisticFunction::x0 | ( | ) | const |
Definition at line 70 of file LogisticFunction.cc.