|
FunctionProduct | operator* (const AbsFunction &op1, const AbsFunction &op2) |
|
FunctionSum | operator+ (const AbsFunction &op1, const AbsFunction &op2) |
|
FunctionDifference | operator- (const AbsFunction &op1, const AbsFunction &op2) |
|
FunctionQuotient | operator/ (const AbsFunction &op1, const AbsFunction &op2) |
|
FunctionNegation | operator- (const AbsFunction &op1) |
|
ConstTimesFunction | operator* (double c, const AbsFunction &op2) |
|
ConstPlusFunction | operator+ (double c, const AbsFunction &op2) |
|
ConstMinusFunction | operator- (double c, const AbsFunction &op2) |
|
ConstOverFunction | operator/ (double c, const AbsFunction &op2) |
|
ConstTimesFunction | operator* (const AbsFunction &op2, double c) |
|
ConstPlusFunction | operator+ (const AbsFunction &op2, double c) |
|
ConstPlusFunction | operator- (const AbsFunction &op2, double c) |
|
ConstTimesFunction | operator/ (const AbsFunction &op2, double c) |
|
FunctionTimesParameter | operator* (const AbsFunction &op1, const AbsParameter &op2) |
|
FunctionPlusParameter | operator+ (const AbsFunction &op1, const AbsParameter &op2) |
|
FunctionPlusParameter | operator- (const AbsFunction &op1, const AbsParameter &op2) |
|
FunctionTimesParameter | operator/ (const AbsFunction &op1, const AbsParameter &op2) |
|
FunctionTimesParameter | operator* (const AbsParameter &op1, const AbsFunction &op2) |
|
FunctionPlusParameter | operator+ (const AbsParameter &op1, const AbsFunction &op2) |
|
FunctionPlusParameter | operator- (const AbsParameter &op1, const AbsFunction &op2) |
|
FunctionTimesParameter | operator/ (const AbsParameter &op1, const AbsFunction &op2) |
|
FunctionConvolution | convolve (const AbsFunction &op1, const AbsFunction &op2, double x0, double x1) |
|
FunctionDirectProduct | operator% (const AbsFunction &op1, const AbsFunction &op2) |
|
ConstTimesParameter | operator* (double c, const AbsParameter &op2) |
|
ConstPlusParameter | operator+ (double c, const AbsParameter &op2) |
|
ConstMinusParameter | operator- (double c, const AbsParameter &op2) |
|
ConstOverParameter | operator/ (double c, const AbsParameter &op2) |
|
ConstTimesParameter | operator* (const AbsParameter &op2, double c) |
|
ConstPlusParameter | operator+ (const AbsParameter &op2, double c) |
|
ConstPlusParameter | operator- (const AbsParameter &op2, double c) |
|
ConstTimesParameter | operator/ (const AbsParameter &op2, double c) |
|
ParameterProduct | operator* (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterSum | operator+ (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterDifference | operator- (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterQuotient | operator/ (const AbsParameter &op1, const AbsParameter &op2) |
|
ParameterNegation | operator- (const AbsParameter &op1) |
|
std::ostream & | operator<< (std::ostream &os, const Argument &a) |
|
double | dfactorial (int n) |
|
std::ostream & | operator<< (std::ostream &o, const LegendreCoefficientSet &c) |
|
std::ostream & | operator<< (std::ostream &o, const Parameter &p) |
|
double | factorial (int n) |
|
std::ostream & | operator<< (std::ostream &o, const SphericalHarmonicCoefficientSet &c) |
|
std::complex< double > | dot (const SphericalHarmonicCoefficientSet &, const SphericalHarmonicCoefficientSet &) |
|
SphericalHarmonicCoefficientSet | squareExpansionCoefficients (const SphericalHarmonicCoefficientSet &) |
|