Chaste  Release::2018.1
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.

Constructor & Destructor Documentation

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.

Referenced by boost::random::exponential_distribution_v165< RealType >::param().

Member Function Documentation

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.

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.

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.

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

Member Data Documentation


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