Chaste Commit::8b5d759ac2eb95e67ae57699734101efccb0a0a9
Boost165GammaDistribution.hpp File Reference
#include <boost/assert.hpp>
#include <boost/config/no_tr1/cmath.hpp>
#include <boost/limits.hpp>
#include <boost/random/detail/config.hpp>
#include <boost/static_assert.hpp>
#include <iosfwd>
#include <istream>
#include "Boost165ExponentialDistribution.hpp"
+ Include dependency graph for Boost165GammaDistribution.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boost::random::gamma_distribution_v165< RealType >
 
class  boost::random::gamma_distribution_v165< RealType >::param_type
 

Detailed Description

This file is part of Boost, not part of Chaste per se.

We use the <autogenerated> tag to ignore it from our Doxygen checker.

This file is provided to users of Boost up to 1.63 inclusive and gives forward compatibility with Boost 1.64-1.65 and hopefully beyond. (An optimisation in exponential distributions was applied to boost in version 1.64, which also affects normal distribution tails.)

Minimal changes were made to the file to include it here, simply giving the class a unique name and making it use the Chaste copy of exponential_distribution rather than the boost one.

Definition in file Boost165GammaDistribution.hpp.