CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
Namespaces | |
namespace | EllipticIntegral |
namespace | FractionalOrder |
namespace | 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 68 of file AbsFunction.cc.
std::complex< double > Genfun::dot | ( | const SphericalHarmonicCoefficientSet & | , |
const SphericalHarmonicCoefficientSet & | |||
) |
Referenced by HepGeom::BasicVector3D< T >::angle().
|
inline |
Definition at line 11 of file AssociatedLaguerre.cc.
FunctionDirectProduct Genfun::operator% | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 80 of file AbsFunction.cc.
ConstTimesParameter Genfun::operator* | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 41 of file AbsParameter.cc.
ConstTimesParameter Genfun::operator* | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 57 of file AbsParameter.cc.
ParameterProduct Genfun::operator* | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 27 of file AbsParameter.cc.
FunctionProduct Genfun::operator* | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 60 of file AbsFunction.cc.
ConstTimesFunction Genfun::operator* | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 101 of file AbsFunction.cc.
ConstTimesFunction Genfun::operator* | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 84 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator* | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 118 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator* | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 137 of file AbsFunction.cc.
ConstPlusParameter Genfun::operator+ | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 45 of file AbsParameter.cc.
ConstPlusParameter Genfun::operator+ | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 61 of file AbsParameter.cc.
ParameterSum Genfun::operator+ | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 19 of file AbsParameter.cc.
FunctionSum Genfun::operator+ | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 52 of file AbsFunction.cc.
ConstPlusFunction Genfun::operator+ | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 105 of file AbsFunction.cc.
ConstPlusFunction Genfun::operator+ | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 88 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator+ | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 122 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator+ | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 141 of file AbsFunction.cc.
ConstMinusParameter Genfun::operator- | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 49 of file AbsParameter.cc.
ConstPlusParameter Genfun::operator- | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 65 of file AbsParameter.cc.
ParameterDifference Genfun::operator- | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 23 of file AbsParameter.cc.
ParameterNegation Genfun::operator- | ( | const AbsParameter & | op1 | ) |
Definition at line 36 of file AbsParameter.cc.
FunctionDifference Genfun::operator- | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 56 of file AbsFunction.cc.
FunctionNegation Genfun::operator- | ( | const AbsFunction & | op1 | ) |
Definition at line 72 of file AbsFunction.cc.
ConstMinusFunction Genfun::operator- | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 109 of file AbsFunction.cc.
ConstPlusFunction Genfun::operator- | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 92 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator- | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 126 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator- | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 145 of file AbsFunction.cc.
References f().
ConstOverParameter Genfun::operator/ | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 53 of file AbsParameter.cc.
ConstTimesParameter Genfun::operator/ | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 69 of file AbsParameter.cc.
ParameterQuotient Genfun::operator/ | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 31 of file AbsParameter.cc.
FunctionQuotient Genfun::operator/ | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 64 of file AbsFunction.cc.
ConstOverFunction Genfun::operator/ | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 113 of file AbsFunction.cc.
ConstTimesFunction Genfun::operator/ | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 96 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator/ | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 132 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator/ | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 150 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.
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 & | ) |