STK++ 0.9.13
STK::Law::IcdfOp< Type > Struct Template Reference

, 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

 IcdfOp (IUnivLaw< Type > const &law)
 
 IcdfOp (IcdfOp const &functor)
 
result_type operator() (param1_type const &a) const
 

Private Attributes

IUnivLaw< Type > constlaw_
 

Detailed Description

template<typename Type>
struct STK::Law::IcdfOp< Type >

,

Template functor computing icdf values

Definition at line 157 of file STK_Law_Functors.h.

Member Typedef Documentation

◆ param1_type

template<typename Type >
typedef hidden::RemoveConst<Type>::Type STK::Law::IcdfOp< Type >::param1_type

Definition at line 161 of file STK_Law_Functors.h.

◆ result_type

template<typename Type >
typedef Type STK::Law::IcdfOp< Type >::result_type

Definition at line 160 of file STK_Law_Functors.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Type >
anonymous enum
Enumerator
NbParam_ 

Definition at line 159 of file STK_Law_Functors.h.

Constructor & Destructor Documentation

◆ IcdfOp() [1/2]

template<typename Type >
STK::Law::IcdfOp< Type >::IcdfOp ( IUnivLaw< Type > const law)
inline

Definition at line 163 of file STK_Law_Functors.h.

163: law_(law) {}
IUnivLaw< Type > const & law_

◆ IcdfOp() [2/2]

template<typename Type >
STK::Law::IcdfOp< Type >::IcdfOp ( IcdfOp< Type > const functor)
inline

Definition at line 164 of file STK_Law_Functors.h.

164: law_(functor.law_) {}

Member Function Documentation

◆ operator()()

template<typename Type >
result_type STK::Law::IcdfOp< Type >::operator() ( param1_type const a) const
inline

Definition at line 165 of file STK_Law_Functors.h.

165{ return law_.icdf(a);}

References STK::Law::IcdfOp< Type >::law_.

Member Data Documentation

◆ law_

template<typename Type >
IUnivLaw<Type> const& STK::Law::IcdfOp< Type >::law_
private

Definition at line 168 of file STK_Law_Functors.h.

Referenced by STK::Law::IcdfOp< Type >::operator()().


The documentation for this struct was generated from the following file: