|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65425 - trunk/boost/math/distributions
From: pbristow_at_[hidden]
Date: 2010-09-15 11:40:45
Author: pbristow
Date: 2010-09-15 11:40:44 EDT (Wed, 15 Sep 2010)
New Revision: 65425
URL: http://svn.boost.org/trac/boost/changeset/65425
Log:
Add inverse_chi_squared_distribution to fwd list
Text files modified:
trunk/boost/math/distributions/fwd.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/math/distributions/fwd.hpp
==============================================================================
--- trunk/boost/math/distributions/fwd.hpp (original)
+++ trunk/boost/math/distributions/fwd.hpp 2010-09-15 11:40:44 EDT (Wed, 15 Sep 2010)
@@ -44,6 +44,9 @@
class hypergeometric_distribution;
template <class RealType, class Policy>
+class inverse_chi_squared_distribution;
+
+template <class RealType, class Policy>
class inverse_gamma_distribution;
template <class RealType, class Policy>
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