|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <Argument.hh>
Public Member Functions | |
| Argument (int ndim=0) | |
| Argument (const Argument &) | |
| const Argument & | operator= (const Argument &) |
| ~Argument () | |
| double & | operator[] (int I) |
| const double & | operator[] (int i) const |
| unsigned int | dimension () const |
| Argument (int ndim=0) | |
| Argument (const Argument &) | |
| const Argument & | operator= (const Argument &) |
| ~Argument () | |
| double & | operator[] (int I) |
| const double & | operator[] (int i) const |
| unsigned int | dimension () const |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const Argument &a) |
| std::ostream & | operator<< (std::ostream &o, const Argument &a) |
Definition at line 17 of file CLHEP/GenericFunctions/Argument.hh.
|
inline |
Definition at line 73 of file CLHEP/GenericFunctions/Argument.hh.
|
inline |
Definition at line 48 of file CLHEP/GenericFunctions/Argument.hh.
|
inline |
Definition at line 76 of file CLHEP/GenericFunctions/Argument.hh.
| Genfun::Argument::Argument | ( | int | ndim = 0 | ) |
| Genfun::Argument::Argument | ( | const Argument & | ) |
| Genfun::Argument::~Argument | ( | ) |
|
inline |
Definition at line 61 of file CLHEP/GenericFunctions/Argument.hh.
Referenced by Genfun::FunctionNumDeriv::operator()(), Genfun::Variable::operator()(), Genfun::TrivariateGaussian::operator()(), Genfun::BivariateGaussian::operator()(), Genfun::FunctionComposition::operator()(), Genfun::FunctionDirectProduct::operator()(), and Genfun::EfficiencyFunctional::operator[]().
| unsigned int Genfun::Argument::dimension | ( | ) | const |
Definition at line 52 of file CLHEP/GenericFunctions/Argument.hh.
|
inline |
Definition at line 65 of file CLHEP/GenericFunctions/Argument.hh.
| double& Genfun::Argument::operator[] | ( | int | I | ) |
|
inline |
Definition at line 69 of file CLHEP/GenericFunctions/Argument.hh.
| const double& Genfun::Argument::operator[] | ( | int | i | ) | const |
|
friend |
Definition at line 81 of file CLHEP/GenericFunctions/Argument.hh.
|
friend |
Definition at line 81 of file CLHEP/GenericFunctions/Argument.hh.
1.8.9.1