Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56532 - sandbox/statistics/adaptive_rejection_sampling/boost/ars
From: erwann.rogard_at_[hidden]
Date: 2009-10-02 15:59:26


Author: e_r
Date: 2009-10-02 15:59:25 EDT (Fri, 02 Oct 2009)
New Revision: 56532
URL: http://svn.boost.org/trac/boost/changeset/56532

Log:
d
Removed:
   sandbox/statistics/adaptive_rejection_sampling/boost/ars/function_signature.hpp

Deleted: sandbox/statistics/adaptive_rejection_sampling/boost/ars/function_signature.hpp
==============================================================================
--- sandbox/statistics/adaptive_rejection_sampling/boost/ars/function_signature.hpp 2009-10-02 15:59:25 EDT (Fri, 02 Oct 2009)
+++ (empty file)
@@ -1,31 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////
-// ars::function_signature.hpp //
-// //
-// Copyright 2009 Erwann Rogard. Distributed under 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) //
-///////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_STATISTICS_DETAIL_ARS_FUNCTION_SIGNATURE_HPP_ER_2009
-#define BOOST_STATISTICS_DETAIL_ARS_FUNCTION_SIGNATURE_HPP_ER_2009
-#include <boost/mpl/identity.hpp>
-
-namespace boost{
-namespace statistics{
-namespace detail{
-namespace ars{
-
- // This is the function signature required by the ars sampler.
- //
- // Given input x, fun(x, y, dy) writes the log unnormalized pdf and its
- // derivative at x to y and dy, respectively.
- template<typename T>
- struct function_signature : mpl::identity<
- void(const T&,T&,T&)
- >{};
-
-}// ars
-}// detail
-}// statistics
-}// boost
-
-#endif


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