|
STK++ 0.9.13
|
, More...
#include <STK_Law_Functors.h>
Public Types | |
| enum | { NbParam_ = 1 } |
| typedef Type | result_type |
| typedef hidden::RemoveConst< Type >::Type | param1_type |
Public Member Functions | |
| CdfcOp (IUnivLaw< Type > const &law) | |
| CdfcOp (CdfcOp const &functor) | |
| result_type | operator() (param1_type const &a) const |
Private Attributes | |
| IUnivLaw< Type > const & | law_ |
,
Template functor computing complementary cdf values
Definition at line 121 of file STK_Law_Functors.h.
| typedef hidden::RemoveConst<Type>::Type STK::Law::CdfcOp< Type >::param1_type |
Definition at line 125 of file STK_Law_Functors.h.
| typedef Type STK::Law::CdfcOp< Type >::result_type |
Definition at line 124 of file STK_Law_Functors.h.
|
inline |
Definition at line 127 of file STK_Law_Functors.h.
|
inline |
Definition at line 128 of file STK_Law_Functors.h.
|
inline |
|
private |
Definition at line 132 of file STK_Law_Functors.h.
Referenced by STK::Law::CdfcOp< Type >::operator()().