| 
| template<class RealType , class Policy >  | 
| bool  | boost::math::detail::check_gamma_shape (const char *function, RealType shape, RealType *result, const Policy &pol) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::detail::check_gamma_x (const char *function, RealType const &x, RealType *result, const Policy &pol) | 
|   | 
| template<class RealType , class Policy >  | 
| bool  | boost::math::detail::check_gamma (const char *function, RealType scale, RealType shape, RealType *result, const Policy &pol) | 
|   | 
| template<class RealType , class Policy >  | 
const std::pair< RealType,  
RealType >  | boost::math::range (const gamma_distribution< RealType, Policy > &) | 
|   | 
| template<class RealType , class Policy >  | 
const std::pair< RealType,  
RealType >  | boost::math::support (const gamma_distribution< RealType, Policy > &) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::pdf (const gamma_distribution< RealType, Policy > &dist, const RealType &x) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::cdf (const gamma_distribution< RealType, Policy > &dist, const RealType &x) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::quantile (const gamma_distribution< RealType, Policy > &dist, const RealType &p) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::cdf (const complemented2_type< gamma_distribution< RealType, Policy >, RealType > &c) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::quantile (const complemented2_type< gamma_distribution< RealType, Policy >, RealType > &c) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::mean (const gamma_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::variance (const gamma_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::mode (const gamma_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::skewness (const gamma_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::kurtosis_excess (const gamma_distribution< RealType, Policy > &dist) | 
|   | 
| template<class RealType , class Policy >  | 
| RealType  | boost::math::kurtosis (const gamma_distribution< RealType, Policy > &dist) | 
|   |