Fixed constant function.
More...
#include <GaudiMath/Constant.h>
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 31 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 29 of file Constant.cpp.
unsigned int Genfun::GaudiMathImplementation::Constant::dimensionality |
( |
| ) |
const |
|
inlineoverride |
dimensionality of the problem
Definition at line 45 of file Constant.h.
bool Genfun::GaudiMathImplementation::Constant::hasAnalyticDerivative |
( |
| ) |
const |
|
inlineoverride |
Does this function have an analytic derivative?
Definition at line 47 of file Constant.h.
double Genfun::GaudiMathImplementation::Constant::operator() |
( |
double |
| ) |
const |
|
inlineoverride |
double Genfun::GaudiMathImplementation::Constant::operator() |
( |
const Argument & |
| ) |
const |
|
inlineoverride |
Constant& Genfun::GaudiMathImplementation::Constant::operator= |
( |
const Constant & |
| ) |
|
|
delete |
Derivative Genfun::GaudiMathImplementation::Constant::partial |
( |
unsigned int |
i | ) |
const |
|
override |
Derivatives.
Definition at line 35 of file Constant.cpp.
38 return FunctionNoop( &aux );
Constant(const double value, const size_t dim)
From CLHEP/GenericFunctions.
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: