|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65122 - trunk/boost/math
From: pbristow_at_[hidden]
Date: 2010-08-30 05:02:04
Author: pbristow
Date: 2010-08-30 05:02:02 EDT (Mon, 30 Aug 2010)
New Revision: 65122
URL: http://svn.boost.org/trac/boost/changeset/65122
Log:
Add several new distributions
Text files modified:
trunk/boost/math/distributions.hpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/boost/math/distributions.hpp
==============================================================================
--- trunk/boost/math/distributions.hpp (original)
+++ trunk/boost/math/distributions.hpp 2010-08-30 05:02:02 EDT (Mon, 30 Aug 2010)
@@ -1,12 +1,12 @@
// Copyright John Maddock 2006, 2007.
-// Copyright Paul A. Bristow 2006, 2007, 2009.
+// Copyright Paul A. Bristow 2006, 2007, 2009, 2010.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// This file includes *all* the distributions.
-// this may be useful if many are used
+// this *may* be convenient if many are used
// - to avoid including each distribution individually.
#ifndef BOOST_MATH_DISTRIBUTIONS_HPP
@@ -23,6 +23,7 @@
#include <boost/math/distributions/fisher_f.hpp>
#include <boost/math/distributions/gamma.hpp>
#include <boost/math/distributions/hypergeometric.hpp>
+#include <boost/math/distributions/inverse_gamma.hpp>
#include <boost/math/distributions/laplace.hpp>
#include <boost/math/distributions/logistic.hpp>
#include <boost/math/distributions/lognormal.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