MCKL
Monte Carlo Kernel Library
Public Member Functions | Friends | List of all members
mckl::internal::StableDistributionConstant< RealType > Class Template Reference

#include <mckl/random/stable_distribution.hpp>

Public Member Functions

 StableDistributionConstant (RealType alpha=1, RealType beta=0, RealType=0, RealType b=1)
 
StableDistributionAlgorithm algorithm () const
 
RealType c () const
 
RealType xi () const
 

Friends

bool operator== (const StableDistributionConstant< RealType > &c1, const StableDistributionConstant< RealType > &c2)
 

Detailed Description

template<typename RealType>
class mckl::internal::StableDistributionConstant< RealType >

Definition at line 71 of file stable_distribution.hpp.

Constructor & Destructor Documentation

◆ StableDistributionConstant()

template<typename RealType>
mckl::internal::StableDistributionConstant< RealType >::StableDistributionConstant ( RealType  alpha = 1,
RealType  beta = 0,
RealType  = 0,
RealType  b = 1 
)
inline

Definition at line 74 of file stable_distribution.hpp.

Member Function Documentation

◆ algorithm()

template<typename RealType>
StableDistributionAlgorithm mckl::internal::StableDistributionConstant< RealType >::algorithm ( ) const
inline

Definition at line 100 of file stable_distribution.hpp.

◆ c()

template<typename RealType>
RealType mckl::internal::StableDistributionConstant< RealType >::c ( ) const
inline

Definition at line 99 of file stable_distribution.hpp.

◆ xi()

template<typename RealType>
RealType mckl::internal::StableDistributionConstant< RealType >::xi ( ) const
inline

Definition at line 98 of file stable_distribution.hpp.

Friends And Related Function Documentation

◆ operator==

template<typename RealType>
bool operator== ( const StableDistributionConstant< RealType > &  c1,
const StableDistributionConstant< RealType > &  c2 
)
friend

Definition at line 102 of file stable_distribution.hpp.