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 |
![]() | |
Real | first () const |
Real | next () const |
![]() | |
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 | |
![]() | |
ISerie () | |
Default Constructor. | |
~ISerie () | |
destructor. | |
![]() | |
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().