Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2007-08-25 08:10:04


Author: pbristow
Date: 2007-08-25 08:10:03 EDT (Sat, 25 Aug 2007)
New Revision: 38933
URL: http://svn.boost.org/trac/boost/changeset/38933

Log:
added copyright notice & comment & includes find_scale & location
Text files modified:
   sandbox/math_toolkit/boost/math/distributions.hpp | 14 ++++++++++++++
   1 files changed, 14 insertions(+), 0 deletions(-)

Modified: sandbox/math_toolkit/boost/math/distributions.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions.hpp (original)
+++ sandbox/math_toolkit/boost/math/distributions.hpp 2007-08-25 08:10:03 EDT (Sat, 25 Aug 2007)
@@ -1,3 +1,13 @@
+// Copyright John Maddock 2006, 2007.
+// Copyright Paul A. Bristow 2006, 2007.
+
+// 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
+// - to avoid including each distribution individually.
 
 #ifndef BOOST_MATH_DISTRIBUTIONS_HPP
 #define BOOST_MATH_DISTRIBUTIONS_HPP
@@ -22,6 +32,10 @@
 #include <boost/math/distributions/triangular.hpp>
 #include <boost/math/distributions/uniform.hpp>
 #include <boost/math/distributions/weibull.hpp>
+// find location and shape for appropriate distributions,
+// normal, cauchy, lognormal, symmetric triangular
+#include <boost/math/distributions/find_scale.hpp>
+#include <boost/math/distributions/find_location.hpp>
 
 #endif // BOOST_MATH_DISTRIBUTIONS_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