[mlpack-git] master: Removes dependency to boost polygamma (c4ab703)

gitdub at mlpack.org gitdub at mlpack.org
Wed Jul 20 11:24:30 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ba850f782a53c5a77b7985f7647f609bd96cb5e7...2c026d838925df436d967439899813da5d34c702

>---------------------------------------------------------------

commit c4ab7037f3a233c6a422f75792a581933734d1c7
Author: Yannis Mentekidis <mentekid at gmail.com>
Date:   Wed Jul 20 16:24:30 2016 +0100

    Removes dependency to boost polygamma


>---------------------------------------------------------------

c4ab7037f3a233c6a422f75792a581933734d1c7
 src/mlpack/core/boost_backport/polygamma.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/core/boost_backport/polygamma.hpp b/src/mlpack/core/boost_backport/polygamma.hpp
index 0c567fe..0a1a1f2 100644
--- a/src/mlpack/core/boost_backport/polygamma.hpp
+++ b/src/mlpack/core/boost_backport/polygamma.hpp
@@ -12,7 +12,6 @@
   #define _BOOST_POLYGAMMA_2013_07_30_HPP_
 
 #include <boost/math/special_functions/factorials.hpp>
-#include <boost/math/special_functions/detail/polygamma.hpp>
 #include "trigamma.hpp"
 
 namespace boost { namespace math {




More information about the mlpack-git mailing list