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 42 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.
std::complex< double > Genfun::dot | ( | const SphericalHarmonicCoefficientSet & | , |
const SphericalHarmonicCoefficientSet & | |||
) |
|
inline |
Definition at line 11 of file AssociatedLaguerre.cc.
References factorial().
Referenced by factorial().
FunctionDirectProduct Genfun::operator% | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 83 of file AbsFunction.cc.
FunctionProduct Genfun::operator* | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 63 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator* | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 121 of file AbsFunction.cc.
References f().
ConstTimesFunction Genfun::operator* | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 87 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator* | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 140 of file AbsFunction.cc.
References f().
ParameterProduct Genfun::operator* | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 30 of file AbsParameter.cc.
ConstTimesParameter Genfun::operator* | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 60 of file AbsParameter.cc.
ConstTimesFunction Genfun::operator* | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 104 of file AbsFunction.cc.
ConstTimesParameter Genfun::operator* | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 44 of file AbsParameter.cc.
FunctionSum Genfun::operator+ | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 55 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator+ | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 125 of file AbsFunction.cc.
References f().
ConstPlusFunction Genfun::operator+ | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 91 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator+ | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 144 of file AbsFunction.cc.
References f().
ParameterSum Genfun::operator+ | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 22 of file AbsParameter.cc.
ConstPlusParameter Genfun::operator+ | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 64 of file AbsParameter.cc.
ConstPlusFunction Genfun::operator+ | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 108 of file AbsFunction.cc.
ConstPlusParameter Genfun::operator+ | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 48 of file AbsParameter.cc.
FunctionNegation Genfun::operator- | ( | const AbsFunction & | op1 | ) |
Definition at line 75 of file AbsFunction.cc.
References a.
FunctionDifference Genfun::operator- | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 59 of file AbsFunction.cc.
FunctionPlusParameter Genfun::operator- | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 129 of file AbsFunction.cc.
References f().
ConstPlusFunction Genfun::operator- | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 95 of file AbsFunction.cc.
ParameterNegation Genfun::operator- | ( | const AbsParameter & | op1 | ) |
Definition at line 39 of file AbsParameter.cc.
References a.
FunctionPlusParameter Genfun::operator- | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 148 of file AbsFunction.cc.
References f().
ParameterDifference Genfun::operator- | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 26 of file AbsParameter.cc.
ConstPlusParameter Genfun::operator- | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 68 of file AbsParameter.cc.
ConstMinusFunction Genfun::operator- | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 112 of file AbsFunction.cc.
ConstMinusParameter Genfun::operator- | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 52 of file AbsParameter.cc.
FunctionQuotient Genfun::operator/ | ( | const AbsFunction & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 67 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator/ | ( | const AbsFunction & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 135 of file AbsFunction.cc.
References f().
ConstTimesFunction Genfun::operator/ | ( | const AbsFunction & | op2, |
double | c | ||
) |
Definition at line 99 of file AbsFunction.cc.
FunctionTimesParameter Genfun::operator/ | ( | const AbsParameter & | op1, |
const AbsFunction & | op2 | ||
) |
Definition at line 153 of file AbsFunction.cc.
References f().
ParameterQuotient Genfun::operator/ | ( | const AbsParameter & | op1, |
const AbsParameter & | op2 | ||
) |
Definition at line 34 of file AbsParameter.cc.
ConstTimesParameter Genfun::operator/ | ( | const AbsParameter & | op2, |
double | c | ||
) |
Definition at line 72 of file AbsParameter.cc.
ConstOverFunction Genfun::operator/ | ( | double | c, |
const AbsFunction & | op2 | ||
) |
Definition at line 116 of file AbsFunction.cc.
ConstOverParameter Genfun::operator/ | ( | double | c, |
const AbsParameter & | op2 | ||
) |
Definition at line 56 of file AbsParameter.cc.
std::ostream & Genfun::operator<< | ( | std::ostream & | o, |
const LegendreCoefficientSet & | c | ||
) |
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().
std::ostream & Genfun::operator<< | ( | std::ostream & | o, |
const SphericalHarmonicCoefficientSet & | c | ||
) |
|
inline |
Definition at line 81 of file CLHEP/GenericFunctions/Argument.hh.
SphericalHarmonicCoefficientSet Genfun::squareExpansionCoefficients | ( | const SphericalHarmonicCoefficientSet & | ) |