ROOT
6.06/09
Reference Guide
|
Functions | |
static void | cexp (double &re, double &im) |
template<class T , unsigned N, unsigned NTAYLOR, unsigned NCF> | |
static std::complex< T > | faddeeva_smabmq_impl (T zre, T zim, const T tm, const T(&a)[N], const T(&npi)[N], const T(&taylorarr)[N *NTAYLOR *2]) |
Variables | |
static const double | npi24 [24] |
static const double | a24 [24] |
static const double | taylorarr24 [24 *12] |
const double | npi11 [11] |
const double | a11 [11] |
const double | taylorarr11 [11 *6] |
Definition at line 40 of file RooMath.cxx.
Referenced by RooMath::erf(), RooMath::erf_fast(), RooMath::erfc(), RooMath::erfc_fast(), and faddeeva_smabmq_impl().
|
inlinestatic |
Definition at line 123 of file RooMath.cxx.
const double faddeeva_impl::a11[11] |
Definition at line 491 of file RooMath.cxx.
Referenced by RooMath::faddeeva_fast().
|
static |
Definition at line 303 of file RooMath.cxx.
Referenced by RooMath::faddeeva().
const double faddeeva_impl::npi11[11] |
Definition at line 485 of file RooMath.cxx.
Referenced by RooMath::faddeeva_fast().
|
static |
Definition at line 293 of file RooMath.cxx.
Referenced by RooMath::faddeeva().
const double faddeeva_impl::taylorarr11[11 *6] |
Definition at line 497 of file RooMath.cxx.
Referenced by RooMath::faddeeva_fast().
|
static |
Definition at line 313 of file RooMath.cxx.
Referenced by RooMath::faddeeva().