Mercurial > hg > vamp-build-and-test
diff DEPENDENCIES/generic/include/boost/math/distributions/fwd.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/math/distributions/fwd.hpp Fri Sep 04 12:01:02 2015 +0100 +++ b/DEPENDENCIES/generic/include/boost/math/distributions/fwd.hpp Mon Sep 07 11:12:49 2015 +0100 @@ -1,6 +1,6 @@ // fwd.hpp Forward declarations of Boost.Math distributions. -// Copyright Paul A. Bristow 2007, 2010, 2012. +// Copyright Paul A. Bristow 2007, 2010, 2012, 2014. // Copyright John Maddock 2007. // Use, modification and distribution are subject to the @@ -11,11 +11,14 @@ #ifndef BOOST_MATH_DISTRIBUTIONS_FWD_HPP #define BOOST_MATH_DISTRIBUTIONS_FWD_HPP -// 31 distributions at Boost 1.52 +// 33 distributions at Boost 1.9.1 after adding hyperexpon and arcsine namespace boost{ namespace math{ template <class RealType, class Policy> +class arcsine_distribution; + +template <class RealType, class Policy> class bernoulli_distribution; template <class RealType, class Policy> @@ -46,6 +49,9 @@ class geometric_distribution; template <class RealType, class Policy> +class hyperexponential_distribution; + +template <class RealType, class Policy> class hypergeometric_distribution; template <class RealType, class Policy> @@ -111,6 +117,7 @@ }} // namespaces #define BOOST_MATH_DECLARE_DISTRIBUTIONS(Type, Policy)\ + typedef boost::math::arcsine_distribution<Type, Policy> arcsine;\ typedef boost::math::bernoulli_distribution<Type, Policy> bernoulli;\ typedef boost::math::beta_distribution<Type, Policy> beta;\ typedef boost::math::binomial_distribution<Type, Policy> binomial;\