Stan Math Library  2.14.0
reverse mode automatic differentiation
boost_policy.hpp
Go to the documentation of this file.
1 #ifndef STAN_MATH_PRIM_SCAL_FUN_BOOST_POLICY_HPP
2 #define STAN_MATH_PRIM_SCAL_FUN_BOOST_POLICY_HPP
3 
4 #include <boost/math/policies/policy.hpp>
5 #include <boost/math/policies/error_handling.hpp>
6 
7 namespace stan {
8  namespace math {
9 
18  typedef boost::math::policies::policy<
19  boost::math::policies::overflow_error<
20  boost::math::policies::errno_on_error>,
21  boost::math::policies::pole_error<
22  boost::math::policies::errno_on_error> >
24 
25  }
26 }
27 #endif
boost::math::policies::policy< boost::math::policies::overflow_error< boost::math::policies::errno_on_error >, boost::math::policies::pole_error< boost::math::policies::errno_on_error > > boost_policy_t
Boost policy that overrides the defaults to match the built-in C++ standard library functions...

     [ Stan Home Page ] © 2011–2016, Stan Development Team.