|
STK++ 0.9.13
|
This Series computes. More...
#include <STK_Funct_Util.h>

Public Member Functions | |
| Serielog1p (Real const &x) | |
| Real | firstImpl () const |
| Real | nextImpl () const |
Public Member Functions inherited from STK::ISerie< Serielog1p > | |
| 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 | |
| const Real & | x_ |
| Real | n_ |
| Real | xpown_ |
Additional Inherited Members | |
Protected Member Functions inherited from STK::ISerie< Serielog1p > | |
| ISerie () | |
| Default Constructor. | |
| ~ISerie () | |
| destructor. | |
Protected Member Functions inherited from STK::IRecursiveTemplate< Derived > | |
| IRecursiveTemplate () | |
| constructor. | |
| ~IRecursiveTemplate () | |
| destructor. | |
Definition at line 53 of file STK_Funct_Util.h.
|
inline |
|
inline |
|
mutableprivate |
Definition at line 59 of file STK_Funct_Util.h.
Referenced by firstImpl(), and nextImpl().
Definition at line 58 of file STK_Funct_Util.h.
Referenced by nextImpl().
|
mutableprivate |
Definition at line 60 of file STK_Funct_Util.h.
Referenced by nextImpl().