|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
Namespaces | |
| EllipticIntegral | |
| FractionalOrder | |
| IntegralOrder | |
Typedefs | |
| typedef FunctionNoop | Derivative |
| typedef const AbsFunction & | GENFUNCTION |
| typedef const AbsParameter & | GENPARAMETER |
| typedef std::vector< Argument > | ArgumentList |
| typedef std::vector< Argument > Genfun::ArgumentList |
Definition at line 7 of file CLHEP/GenericFunctions/ArgumentList.hh.
| typedef FunctionNoop Genfun::Derivative |
Definition at line 40 of file CLHEP/GenericFunctions/AbsFunction.hh.
| typedef const AbsFunction & Genfun::GENFUNCTION |
Definition at line 125 of file CLHEP/GenericFunctions/AbsFunction.hh.
| typedef const AbsParameter & Genfun::GENPARAMETER |
Definition at line 74 of file CLHEP/GenericFunctions/AbsParameter.hh.
| FunctionConvolution Genfun::convolve | ( | const AbsFunction & | op1, |
| const AbsFunction & | op2, | ||
| double | x0, | ||
| double | x1 | ||
| ) |
Definition at line 71 of file AbsFunction.cc.
Referenced by Genfun::AbsFunction::hasAnalyticDerivative().
| std::complex< double > Genfun::dot | ( | const SphericalHarmonicCoefficientSet & | , |
| const SphericalHarmonicCoefficientSet & | |||
| ) |
Referenced by HepGeom::BasicVector3D< float >::angle().
|
inline |
Definition at line 11 of file AssociatedLaguerre.cc.
Referenced by factorial().
| FunctionDirectProduct Genfun::operator% | ( | const AbsFunction & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 83 of file AbsFunction.cc.
Referenced by Genfun::AbsFunction::hasAnalyticDerivative().
| ConstTimesParameter Genfun::operator* | ( | double | c, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 44 of file AbsParameter.cc.
| ConstTimesParameter Genfun::operator* | ( | const AbsParameter & | op2, |
| double | c | ||
| ) |
Definition at line 60 of file AbsParameter.cc.
| ParameterProduct Genfun::operator* | ( | const AbsParameter & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 30 of file AbsParameter.cc.
| FunctionProduct Genfun::operator* | ( | const AbsFunction & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 63 of file AbsFunction.cc.
Referenced by Genfun::AbsFunction::hasAnalyticDerivative(), and Genfun::AbsParameter::parameter().
| ConstTimesFunction Genfun::operator* | ( | double | c, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 104 of file AbsFunction.cc.
| ConstTimesFunction Genfun::operator* | ( | const AbsFunction & | op2, |
| double | c | ||
| ) |
Definition at line 87 of file AbsFunction.cc.
| FunctionTimesParameter Genfun::operator* | ( | const AbsFunction & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 121 of file AbsFunction.cc.
| FunctionTimesParameter Genfun::operator* | ( | const AbsParameter & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 140 of file AbsFunction.cc.
| ConstPlusParameter Genfun::operator+ | ( | double | c, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 48 of file AbsParameter.cc.
| ConstPlusParameter Genfun::operator+ | ( | const AbsParameter & | op2, |
| double | c | ||
| ) |
Definition at line 64 of file AbsParameter.cc.
| ParameterSum Genfun::operator+ | ( | const AbsParameter & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 22 of file AbsParameter.cc.
| FunctionSum Genfun::operator+ | ( | const AbsFunction & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 55 of file AbsFunction.cc.
Referenced by Genfun::AbsFunction::hasAnalyticDerivative(), and Genfun::AbsParameter::parameter().
| ConstPlusFunction Genfun::operator+ | ( | double | c, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 108 of file AbsFunction.cc.
| ConstPlusFunction Genfun::operator+ | ( | const AbsFunction & | op2, |
| double | c | ||
| ) |
Definition at line 91 of file AbsFunction.cc.
| FunctionPlusParameter Genfun::operator+ | ( | const AbsFunction & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 125 of file AbsFunction.cc.
| FunctionPlusParameter Genfun::operator+ | ( | const AbsParameter & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 144 of file AbsFunction.cc.
| ConstMinusParameter Genfun::operator- | ( | double | c, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 52 of file AbsParameter.cc.
| ConstPlusParameter Genfun::operator- | ( | const AbsParameter & | op2, |
| double | c | ||
| ) |
Definition at line 68 of file AbsParameter.cc.
| ParameterDifference Genfun::operator- | ( | const AbsParameter & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 26 of file AbsParameter.cc.
| ParameterNegation Genfun::operator- | ( | const AbsParameter & | op1 | ) |
Definition at line 39 of file AbsParameter.cc.
| FunctionDifference Genfun::operator- | ( | const AbsFunction & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 59 of file AbsFunction.cc.
Referenced by Genfun::AbsFunction::hasAnalyticDerivative(), and Genfun::AbsParameter::parameter().
| FunctionNegation Genfun::operator- | ( | const AbsFunction & | op1 | ) |
Definition at line 75 of file AbsFunction.cc.
| ConstMinusFunction Genfun::operator- | ( | double | c, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 112 of file AbsFunction.cc.
| ConstPlusFunction Genfun::operator- | ( | const AbsFunction & | op2, |
| double | c | ||
| ) |
Definition at line 95 of file AbsFunction.cc.
| FunctionPlusParameter Genfun::operator- | ( | const AbsFunction & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 129 of file AbsFunction.cc.
| FunctionPlusParameter Genfun::operator- | ( | const AbsParameter & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 148 of file AbsFunction.cc.
References f().
| ConstOverParameter Genfun::operator/ | ( | double | c, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 56 of file AbsParameter.cc.
| ConstTimesParameter Genfun::operator/ | ( | const AbsParameter & | op2, |
| double | c | ||
| ) |
Definition at line 72 of file AbsParameter.cc.
| ParameterQuotient Genfun::operator/ | ( | const AbsParameter & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 34 of file AbsParameter.cc.
| FunctionQuotient Genfun::operator/ | ( | const AbsFunction & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 67 of file AbsFunction.cc.
Referenced by Genfun::AbsFunction::hasAnalyticDerivative(), and Genfun::AbsParameter::parameter().
| ConstOverFunction Genfun::operator/ | ( | double | c, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 116 of file AbsFunction.cc.
| ConstTimesFunction Genfun::operator/ | ( | const AbsFunction & | op2, |
| double | c | ||
| ) |
Definition at line 99 of file AbsFunction.cc.
| FunctionTimesParameter Genfun::operator/ | ( | const AbsFunction & | op1, |
| const AbsParameter & | op2 | ||
| ) |
Definition at line 135 of file AbsFunction.cc.
| FunctionTimesParameter Genfun::operator/ | ( | const AbsParameter & | op1, |
| const AbsFunction & | op2 | ||
| ) |
Definition at line 153 of file AbsFunction.cc.
References f().
| std::ostream & Genfun::operator<< | ( | std::ostream & | o, |
| const LegendreCoefficientSet & | c | ||
| ) |
| std::ostream & Genfun::operator<< | ( | std::ostream & | o, |
| const SphericalHarmonicCoefficientSet & | c | ||
| ) |
|
inline |
Definition at line 81 of file CLHEP/GenericFunctions/Argument.hh.
Referenced by Genfun::Parameter::parameter().
| std::ostream & Genfun::operator<< | ( | std::ostream & | o, |
| const Parameter & | p | ||
| ) |
Definition at line 16 of file Parameter.cc.
References Genfun::Parameter::getLowerLimit(), Genfun::Parameter::getName(), Genfun::Parameter::getUpperLimit(), and Genfun::Parameter::getValue().
| SphericalHarmonicCoefficientSet Genfun::squareExpansionCoefficients | ( | const SphericalHarmonicCoefficientSet & | ) |
1.8.13