constructor from the IFunction ( see AIDA/IFunction.h)
More...
#include <GaudiMath/Adapters.h>
List of all members.
Detailed Description
constructor from the IFunction ( see AIDA/IFunction.h)
- See also:
- AIDA::IFunction
- Author:
- Kirill Miklyaev kirillm@iris1.itep.ru
- Date:
- 2003-08-03
Definition at line 31 of file FunAdapters.h.
Constructor & Destructor Documentation
| Genfun::GaudiMathImplementation::AdapterIFunction::AdapterIFunction |
( |
const AIDA::IFunction & |
fun ) |
|
mandatory macro from CLHEP/GenericFunctions
constructor from AIDA::Function
- Parameters:
-
Definition at line 21 of file Adapter.cpp.
: AbsFunction ( )
, m_fun ( &fun )
, m_dim ( fun.dimension() )
, m_arg ( fun.dimension() , 0 )
{}
| Genfun::GaudiMathImplementation::AdapterIFunction::AdapterIFunction |
( |
const AdapterIFunction & |
right ) |
|
| Genfun::GaudiMathImplementation::AdapterIFunction::~AdapterIFunction |
( |
) |
[virtual] |
| Genfun::GaudiMathImplementation::AdapterIFunction::AdapterIFunction |
( |
) |
[private] |
Member Function Documentation
| virtual unsigned int Genfun::GaudiMathImplementation::AdapterIFunction::dimensionality |
( |
) |
const [inline, virtual] |
| virtual bool Genfun::GaudiMathImplementation::AdapterIFunction::hasAnalyticDerivative |
( |
) |
const [inline, virtual] |
Does this function have an analytic derivative?
Definition at line 53 of file FunAdapters.h.
| virtual double Genfun::GaudiMathImplementation::AdapterIFunction::operator() |
( |
const Argument & |
x ) |
const [virtual] |
| double Genfun::GaudiMathImplementation::AdapterIFunction::operator() |
( |
double |
a ) |
const [virtual] |
| Genfun::Derivative Genfun::GaudiMathImplementation::AdapterIFunction::partial |
( |
unsigned int |
i ) |
const [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2p1/GaudiGSL/GaudiMath/FunAdapters.h
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2p1/GaudiGSL/src/Lib/Adapter.cpp