|
STK++ 0.9.13
|
This Serie computes. More...

Public Member Functions | |
| Seriedl (Real const &a, Real const &x) | |
| constructor | |
| Real | firstImpl () const |
| compute the first term of the serie | |
| Real | nextImpl () const |
| compute the next terms | |
Public Member Functions inherited from STK::ISerie< Seriedl > | |
| Real | first () const |
| Real | next () const |
Public Member Functions inherited from STK::IRecursiveTemplate< Derived > | |
| Derived & | asDerived () |
| static cast : return a reference of this with a cast to the derived class. | |
| Derived const & | asDerived () const |
| static cast : return a const reference of this with a cast to the derived class. | |
| Derived * | asPtrDerived () |
static cast : return a ptr on a Derived of this with a cast to the derived class. | |
| Derived const * | asPtrDerived () const |
static cast : return a ptr on a constant Derived of this with a cast to the derived class. | |
| Derived * | clone () const |
| create a leaf using the copy constructor of the Derived class. | |
| Derived * | clone (bool isRef) const |
| create a leaf using the copy constructor of the Derived class and a flag determining if the clone is a reference or not. | |
Private Attributes | |
| Real const & | x_ |
| int | n_ |
| Real | xn_factn_ |
| Real | aplusn_ |
Additional Inherited Members | |
Protected Member Functions inherited from STK::ISerie< Seriedl > | |
| ISerie () | |
| Default Constructor. | |
| ~ISerie () | |
| destructor. | |
Protected Member Functions inherited from STK::IRecursiveTemplate< Derived > | |
| IRecursiveTemplate () | |
| constructor. | |
| ~IRecursiveTemplate () | |
| destructor. | |
This Serie computes.
![\[
\frac{x^n}{(a+n)n!}
\]](form_124.png)
and is used in gammaRatio_dl.
Definition at line 77 of file STK_Funct_gammaRatio.cpp.
|
inline |
|
inline |
|
mutableprivate |
Definition at line 83 of file STK_Funct_gammaRatio.cpp.
Referenced by firstImpl(), and nextImpl().
|
mutableprivate |
Definition at line 81 of file STK_Funct_gammaRatio.cpp.
Referenced by nextImpl().
Definition at line 80 of file STK_Funct_gammaRatio.cpp.
Referenced by firstImpl(), and nextImpl().
|
mutableprivate |
Definition at line 82 of file STK_Funct_gammaRatio.cpp.
Referenced by nextImpl().