STK++ 0.9.13
|
Functor computing the difference between the psi function and a fixed value. More...
#include <STK_GammaBase.h>
Public Member Functions | |
invPsi (Real const &y) | |
initialize y_ | |
Real | fImpl (Real const &x) const |
Real | xminImpl () const |
![]() | |
Real | operator() (Real const &x) const |
Real | xmin () const |
Real | xmax () const |
Real | xminImpl () const |
Real | xmaxImpl () 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 | |
Real | y_ |
Additional Inherited Members | |
![]() | |
IFunction () | |
Default Constructor. | |
~IFunction () | |
destructor. | |
![]() | |
IRecursiveTemplate () | |
constructor. | |
~IRecursiveTemplate () | |
destructor. | |
Functor computing the difference between the psi function and a fixed value.
Definition at line 74 of file STK_GammaBase.h.
x | a positive real value |
Definition at line 82 of file STK_GammaBase.h.
References STK::Funct::psi_raw(), and y_.
|
inline |
Definition at line 84 of file STK_GammaBase.h.
|
private |
Definition at line 86 of file STK_GammaBase.h.
Referenced by fImpl().