Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
boost::random::exponential_distribution_v165< RealType >::param_type Class Reference
+ Collaboration diagram for boost::random::exponential_distribution_v165< RealType >::param_type:

Public Types

typedef exponential_distribution_v165 distribution_type
 

Public Member Functions

 param_type (RealType lambda_arg=RealType(1.0))
 
RealType lambda () const
 
 BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR (os, param_type, parm)
 
 BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR (is, param_type, parm)
 
 BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR (param_type, lhs, rhs)
 

Private Attributes

RealType _lambda
 

Detailed Description

template<class RealType = double>
class boost::random::exponential_distribution_v165< RealType >::param_type

Definition at line 273 of file Boost165ExponentialDistribution.hpp.

Member Typedef Documentation

◆ distribution_type

template<class RealType = double>
typedef exponential_distribution_v165 boost::random::exponential_distribution_v165< RealType >::param_type::distribution_type

Definition at line 276 of file Boost165ExponentialDistribution.hpp.

Constructor & Destructor Documentation

◆ param_type()

template<class RealType = double>
boost::random::exponential_distribution_v165< RealType >::param_type::param_type ( RealType  lambda_arg = RealType(1.0))
inline

Constructs parameters with a given lambda.

Requires: lambda > 0

Definition at line 283 of file Boost165ExponentialDistribution.hpp.

References boost::random::exponential_distribution_v165< RealType >::param_type::_lambda.

Member Function Documentation

◆ BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR()

template<class RealType = double>
boost::random::exponential_distribution_v165< RealType >::param_type::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR ( param_type  ,
lhs  ,
rhs   
)
inline

Returns true if the two sets of parameters are equal.

Definition at line 304 of file Boost165ExponentialDistribution.hpp.

◆ BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR()

template<class RealType = double>
boost::random::exponential_distribution_v165< RealType >::param_type::BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR ( is  ,
param_type  ,
parm   
)
inline

Reads the parameters from a std::istream.

Definition at line 297 of file Boost165ExponentialDistribution.hpp.

◆ BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR()

template<class RealType = double>
boost::random::exponential_distribution_v165< RealType >::param_type::BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR ( os  ,
param_type  ,
parm   
)
inline

Writes the parameters to a std::ostream.

Definition at line 290 of file Boost165ExponentialDistribution.hpp.

◆ lambda()

template<class RealType = double>
RealType boost::random::exponential_distribution_v165< RealType >::param_type::lambda ( ) const
inline

Member Data Documentation

◆ _lambda

template<class RealType = double>
RealType boost::random::exponential_distribution_v165< RealType >::param_type::_lambda
private

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