Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-04-12 12:27:11


Author: johnmaddock
Date: 2008-04-12 12:27:11 EDT (Sat, 12 Apr 2008)
New Revision: 44350
URL: http://svn.boost.org/trac/boost/changeset/44350

Log:
Add non central distro's to fwd.hpp.
Added needed #include to bessel_ik.hpp.
Text files modified:
   trunk/boost/math/distributions/fwd.hpp | 12 ++++++++++++
   trunk/boost/math/special_functions/detail/bessel_ik.hpp | 1 +
   2 files changed, 13 insertions(+), 0 deletions(-)

Modified: trunk/boost/math/distributions/fwd.hpp
==============================================================================
--- trunk/boost/math/distributions/fwd.hpp (original)
+++ trunk/boost/math/distributions/fwd.hpp 2008-04-12 12:27:11 EDT (Sat, 12 Apr 2008)
@@ -45,6 +45,18 @@
 class negative_binomial_distribution;
 
 template <class RealType, class Policy>
+class non_central_chi_squared_distribution;
+
+template <class RealType, class Policy>
+class non_central_beta_distribution;
+
+template <class RealType, class Policy>
+class non_central_f_distribution;
+
+template <class RealType, class Policy>
+class non_central_t_distribution;
+
+template <class RealType, class Policy>
 class normal_distribution;
 
 template <class RealType, class Policy>

Modified: trunk/boost/math/special_functions/detail/bessel_ik.hpp
==============================================================================
--- trunk/boost/math/special_functions/detail/bessel_ik.hpp (original)
+++ trunk/boost/math/special_functions/detail/bessel_ik.hpp 2008-04-12 12:27:11 EDT (Sat, 12 Apr 2008)
@@ -10,6 +10,7 @@
 #pragma once
 #endif
 
+#include <boost/math/special_functions/round.hpp>
 #include <boost/math/special_functions/gamma.hpp>
 #include <boost/math/special_functions/sin_pi.hpp>
 #include <boost/math/constants/constants.hpp>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk