Automatic Differentiation
 
Loading...
Searching...
No Matches
promote_args.hpp File Reference
#include <boost/math/tools/promotion.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.
 

Typedefs

template<typename... Args>
using stan::promote_args_t = typename boost::math::tools::promote_args< Args... >::type
 Convenience alias for boost tools promote_args.