Automatic Differentiation
 
Loading...
Searching...
No Matches
boost_policy.hpp File Reference
#include <stan/math/prim/meta.hpp>
#include <boost/math/policies/policy.hpp>

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Typedefs

template<int B = 0>
using stan::math::boost_policy_t = 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::math::policies::promote_double< false >, boost::math::policies::digits2< B > >
 Boost policy that overrides the defaults to match the built-in C++ standard library functions.