Classes | |
class | Branch |
struct | Iterator |
Functions | |
template<int order> | |
double | AsymptoticExpansion (const double a, const double b) |
template<> | |
double | AsymptoticExpansion< 0 > (const double a, const double b) |
template<> | |
double | AsymptoticExpansion< 1 > (const double a, const double b) |
template<> | |
double | AsymptoticExpansion< 2 > (const double a, const double b) |
template<> | |
double | AsymptoticExpansion< 3 > (const double a, const double b) |
template<> | |
double | AsymptoticExpansion< 4 > (const double a, const double b) |
template<> | |
double | AsymptoticExpansion< 5 > (const double a, const double b) |
template<int n> | |
double | BranchPointPolynomial (const double p) |
template<> | |
double | BranchPointPolynomial< 1 > (const double p) |
template<> | |
double | BranchPointPolynomial< 2 > (const double p) |
template<> | |
double | BranchPointPolynomial< 3 > (const double p) |
template<> | |
double | BranchPointPolynomial< 4 > (const double p) |
template<> | |
double | BranchPointPolynomial< 5 > (const double p) |
template<> | |
double | BranchPointPolynomial< 6 > (const double p) |
template<> | |
double | BranchPointPolynomial< 7 > (const double p) |
template<> | |
double | BranchPointPolynomial< 8 > (const double p) |
template<> | |
double | BranchPointPolynomial< 9 > (const double p) |
double | FritschStep (const double x, const double w) |
double | HalleyStep (const double x, const double w) |
template<double IterationStep> | |
double | Iterate (const double x, double w, const double eps=1e-6) |
Variables | |
const double | kInvE = 1/M_E |
|
inline |
|
inline |
Definition at line 124 of file LambertW.cc.
References RdGeoCeLDFFitter::a, and RdGeoCeLDFFitter::b.
|
inline |
Definition at line 133 of file LambertW.cc.
References RdGeoCeLDFFitter::a, and RdGeoCeLDFFitter::b.
|
inline |
Definition at line 142 of file LambertW.cc.
References RdGeoCeLDFFitter::a, and RdGeoCeLDFFitter::b.
|
inline |
Definition at line 152 of file LambertW.cc.
References RdGeoCeLDFFitter::a, and RdGeoCeLDFFitter::b.
|
inline |
Definition at line 167 of file LambertW.cc.
References RdGeoCeLDFFitter::a, and RdGeoCeLDFFitter::b.
|
inline |
Definition at line 184 of file LambertW.cc.
References RdGeoCeLDFFitter::a, and RdGeoCeLDFFitter::b.
Referenced by utl::LambertWDetail::Branch< branch >::Approximation().
|
inline |
|
inline |
Definition at line 25 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 35 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 45 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 55 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 65 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 75 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 86 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 97 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 108 of file LambertW.cc.
References G4StationSimulatorOG::p.
|
inline |
Definition at line 464 of file LambertW.cc.
References eps.
|
inline |
Definition at line 452 of file LambertW.cc.
|
inline |
Definition at line 479 of file LambertW.cc.
References eps.
const double utl::LambertWDetail::kInvE = 1/M_E |
Definition at line 15 of file LambertW.cc.
Referenced by utl::LambertWDetail::Branch< branch >::Approximation(), utl::LambertW< 0 >(), and utl::LambertW<-1 >().