Fixed constant function.
More...
#include <GaudiMath/Constant.h>
|
| | Constant (const double value, const size_t dim) |
| | From CLHEP/GenericFunctions.
|
| |
| | Constant (const Constant &right) |
| | copy constructor
|
| |
| virtual | ~Constant () |
| | destructor
|
| |
| virtual unsigned int | dimensionality () const |
| | dimensionality of the problem
|
| |
| virtual bool | hasAnalyticDerivative () const |
| | Does this function have an analytic derivative?
|
| |
| virtual double | operator() (double) const |
| | Function value.
|
| |
| virtual double | operator() (const Argument &) const |
| | Function value.
|
| |
| virtual Derivative | partial (unsigned int i) const |
| | Derivatives.
|
| |
Fixed constant function.
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
- Date
- 2003-08-31
Definition at line 25 of file Constant.h.
| Genfun::GaudiMathImplementation::Constant::Constant |
( |
const double |
value, |
|
|
const size_t |
dim |
|
) |
| |
From CLHEP/GenericFunctions.
from CLHGEP/GenericFunctions
Standard constructor
- Parameters
-
| value | of the function |
| dim | dimensionality |
Definition at line 31 of file Constant.cpp.
| Genfun::GaudiMathImplementation::Constant::Constant |
( |
const Constant & |
right | ) |
|
| Genfun::GaudiMathImplementation::Constant::~Constant |
( |
| ) |
|
|
virtual |
| Genfun::GaudiMathImplementation::Constant::Constant |
( |
| ) |
|
|
private |
| virtual unsigned int Genfun::GaudiMathImplementation::Constant::dimensionality |
( |
| ) |
const |
|
inlinevirtual |
dimensionality of the problem
Definition at line 50 of file Constant.h.
| virtual bool Genfun::GaudiMathImplementation::Constant::hasAnalyticDerivative |
( |
| ) |
const |
|
inlinevirtual |
Does this function have an analytic derivative?
Definition at line 52 of file Constant.h.
| virtual double Genfun::GaudiMathImplementation::Constant::operator() |
( |
double |
| ) |
const |
|
inlinevirtual |
| virtual double Genfun::GaudiMathImplementation::Constant::operator() |
( |
const Argument & |
| ) |
const |
|
inlinevirtual |
| Constant& Genfun::GaudiMathImplementation::Constant::operator= |
( |
const Constant & |
| ) |
|
|
private |
| Derivative Genfun::GaudiMathImplementation::Constant::partial |
( |
unsigned int |
i | ) |
const |
|
virtual |
Derivatives.
Definition at line 59 of file Constant.cpp.
{
return FunctionNoop( &aux );
}
| size_t Genfun::GaudiMathImplementation::Constant::m_DIM |
|
private |
| double Genfun::GaudiMathImplementation::Constant::m_value |
|
private |
The documentation for this class was generated from the following files:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiGSL/GaudiMath/Constant.h
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiGSL/src/Lib/Constant.cpp